Html Css Color HEX #B005E9 Electric Purple

📋 copy color: '#B005E9'

red 176 ◦ green 5 ◦ blue 233

#B005E9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #B005E9

Tints of Electric Purple #B005E9

RGB

 RED value IS 176 (69.14% from 255) = 42.51%

 GREEN value IS 5 (2.34% from 255) = 1.21%

 BLUE value IS 233 (91.41% from 255) = 56.28%

R = 42.51%
G = 1.21%
B = 56.28%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B005E9 (or 0xB005E9) is known color: Electric Purple. HEX triplet: B0, 05 and E9. RGB value is (176,5,233). Sum of RGB (Red+Green+Blue) = 176+5+233=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 233 (91.41% from 255 or 56.28% from 414); Max value from RGB is 233 - color contains mainly: blue. Hex color #B005E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B005E9 is #4FFA16. Grayscale: #515151. Windows color (decimal): -5241367 or 15271344. OLE color: 15271344.

HSL color Cylindrical-coordinate representation of color #B005E9: hue angle of 285º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B005E9 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 5 233 -
CMYK 0.24 0.98 0 0.09
HSL 285º 0.96% 0.47% -
HSV(B) 285º 0.98% 0.91% -
XYZ 32.67 15.22 78.31 -
YUV 82.12 213.15 194.96 -
System Red Green Blue C M Y K H S L
Decimal 176 5 233 0.24 0.98 0 0.09 285 0.96 0.47
Hex B0 5 E9 18 62 0 9 11D 60 2F
Octal 260 5 351 30 142 0 11 435 140 57
Binary 10110000 101 11101001 11000 1100010 0 1001 100011101 1100000 101111

Color Harmonies of #B005E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B005E9

Black with #B005E9

Text Example


Text Example

White with #B005E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B005E9; }

 p { color: rgb(176,5,233); }

 H1.HeaderClassName
 {
   color: #B005E9;
 }
 .AnyTagClassName
 {
   color: #B005E9;
 }
</style>

background-color css

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

 a { background-color: rgb(176,5,233); }

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

border-color css

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

 span { border-color: rgb(176,5,233); }

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