Html Css Color HEX #B005E8 Electric Purple

📋 copy color: '#B005E8'

red 176 ◦ green 5 ◦ blue 232

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

Shades of Electric Purple #B005E8

Tints of Electric Purple #B005E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 56.17%

R = 42.62%
G = 1.21%
B = 56.17%

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

#B005E8 (or 0xB005E8) is known color: Electric Purple. HEX triplet: B0, 05 and E8. RGB value is (176,5,232). Sum of RGB (Red+Green+Blue) = 176+5+232=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 232 (91.02% from 255 or 56.17% from 413); Max value from RGB is 232 - color contains mainly: blue. Hex color #B005E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B005E8 is #4FFA17. Grayscale: #515151. Windows color (decimal): -5241368 or 15205808. OLE color: 15205808.

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

Color convert

RGB 176 5 232 -
CMYK 0.24 0.98 0 0.09
HSL 285.2º 0.96% 0.46% -
HSV(B) 285.2º 0.98% 0.91% -
XYZ 32.52 15.16 77.56 -
YUV 82.01 212.65 195.04 -
System Red Green Blue C M Y K H S L
Decimal 176 5 232 0.24 0.98 0 0.09 285.2 0.96 0.46
Hex B0 5 E8 18 62 0 9 11D 60 2E
Octal 260 5 350 30 142 0 11 435 140 56
Binary 10110000 101 11101000 11000 1100010 0 1001 100011101 1100000 101110

Color Harmonies of #B005E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B005E8

Black with #B005E8

Text Example


Text Example

White with #B005E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B005E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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