#B010E3

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

Shades of Electric Purple #B010E3

Tints of Electric Purple #B010E3

Color information

#B010E3 (or 0xB010E3) is unknown color: approx Electric Purple. HEX triplet: B0, 10 and E3. RGB value is (176,16,227). Sum of RGB (Red+Green+Blue) = 176+16+227=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 227 (89.06% from 255 or 54.18% from 419); Max value from RGB is 227 - color contains mainly: blue. Hex color #B010E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B010E3 is #4FEF1C. Grayscale: #575757. Windows color (decimal): -5238557 or 14880944. OLE color: 14880944.

HSL color Cylindrical-coordinate representation of color #B010E3: hue angle of 285.5º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B010E3 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17616227-
CMYK0.220.9300.11
HSL285.5º86.83%47.65%-
HSV(B)285.5º92.95%89.02%-
XYZ31.9515.1573.91-
YUV87.89206.51190.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 16 (6.64% from 255) = 3.82%
BLUE value IS 227 (89.06% from 255) = 54.18%
R=42.00%
G=3.82%
B=54.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal176162270.220.9300.11285.586.8347.65
HexB010E3165D0B11d5730
Octal260203432613501343512760
Binary101100001000011100011101101011101010111000111011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B010E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B010E3; }

 p { color: rgb(176,16,227); }

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

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

 a { background-color: rgb(176,16,227); }

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

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

 span { border-color: rgb(176,16,227); }

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