#B00EE6

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

Shades of Electric Purple #B00EE6

Tints of Electric Purple #B00EE6

Color information

#B00EE6 (or 0xB00EE6) is unknown color: approx Electric Purple. HEX triplet: B0, 0E and E6. RGB value is (176,14,230). Sum of RGB (Red+Green+Blue) = 176+14+230=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 230 (90.23% from 255 or 54.76% from 420); Max value from RGB is 230 - color contains mainly: blue. Hex color #B00EE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00EE6 is #4FF119. Grayscale: #565656. Windows color (decimal): -5239066 or 15077040. OLE color: 15077040.

HSL color Cylindrical-coordinate representation of color #B00EE6: hue angle of 285º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00EE6 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17614230-
CMYK0.230.9400.10
HSL285º88.52%47.84%-
HSV(B)285º93.91%90.2%-
XYZ32.3415.2676.1-
YUV87.06208.67191.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 14 (5.86% from 255) = 3.33%
BLUE value IS 230 (90.23% from 255) = 54.76%
R=41.90%
G=3.33%
B=54.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal176142300.230.9400.1028588.5247.84
HexB0EE6175E0A11d5930
Octal260163462713601243513160
Binary10110000111011100110101111011110010101000111011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00EE6; }

 p { color: rgb(176,14,230); }

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

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

 a { background-color: rgb(176,14,230); }

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

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

 span { border-color: rgb(176,14,230); }

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