#B72BEF

Color #B72BEF Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #B72BEF

Tints of Electric Purple #B72BEF

Color information

#B72BEF (or 0xB72BEF) is unknown color: approx Electric Purple. HEX triplet: B7, 2B and EF. RGB value is (183,43,239). Sum of RGB (Red+Green+Blue) = 183+43+239=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 43 (17.19% from 255 or 9.25% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #B72BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72BEF is #48D410. Grayscale: #6A6A6A. Windows color (decimal): -4772881 or 15674295. OLE color: 15674295.

HSL color Cylindrical-coordinate representation of color #B72BEF: hue angle of 282.86º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B72BEF is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18343239-
CMYK0.230.8200.06
HSL282.86º85.96%55.29%-
HSV(B)282.86º82.01%93.73%-
XYZ35.9718.0383.24-
YUV107.2202.38182.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 39.35%
GREEN value IS 43 (17.19% from 255) = 9.25%
BLUE value IS 239 (93.75% from 255) = 51.40%
R=39.35%
G=9.25%
B=51.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal183432390.230.8200.06282.8685.9655.29
HexB72BEF17520611b5637
Octal26753357271220643312667
Binary101101111010111110111110111101001001101000110111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72BEF; }

 p { color: rgb(183,43,239); }

 H1.HeaderClassName
 {
   color: #B72BEF;
 }
 .AnyTagClassName
 {
   color: #B72BEF;
 }
</style>
background-color css

<style>
 a { background-color: #B72BEF; }

 a { background-color: rgb(183,43,239); }

 div.DivClassName
 {
   background-color: #B72BEF;
 }
 .BgClassName
 {
   background-color: #B72BEF;
 }
</style>
border-color css

<style>
 span { border-color: #B72BEF; }

 span { border-color: rgb(183,43,239); }

 td.TdClassName
 {
   border-color: #B72BEF;
 }
 .TagClassName
 {
   border-color: #B72BEF;
 }
</style>