Html Css Color HEX #BB05E8 Electric Purple

📋 copy color: '#BB05E8'

red 187 ◦ green 5 ◦ blue 232

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

Shades of Electric Purple #BB05E8

Tints of Electric Purple #BB05E8

RGB

 RED value IS 187 (73.44% from 255) = 44.1%

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

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

R = 44.1%
G = 1.18%
B = 54.72%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB05E8 (or 0xBB05E8) is known color: Electric Purple. HEX triplet: BB, 05 and E8. RGB value is (187,5,232). Sum of RGB (Red+Green+Blue) = 187+5+232=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 5 (2.34% from 255 or 1.18% from 424); Blue value is 232 (91.02% from 255 or 54.72% from 424); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB05E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB05E8 is #44FA17. Grayscale: #545454. Windows color (decimal): -4520472 or 15205819. OLE color: 15205819.

HSL color Cylindrical-coordinate representation of color #BB05E8: hue angle of 288.11º 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 #BB05E8 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 5 232 -
CMYK 0.19 0.98 0 0.09
HSL 288.11º 0.96% 0.46% -
HSV(B) 288.11º 0.98% 0.91% -
XYZ 35.11 16.5 77.68 -
YUV 85.3 210.8 200.54 -
System Red Green Blue C M Y K H S L
Decimal 187 5 232 0.19 0.98 0 0.09 288.11 0.96 0.46
Hex BB 5 E8 13 62 0 9 120 60 2E
Octal 273 5 350 23 142 0 11 440 140 56
Binary 10111011 101 11101000 10011 1100010 0 1001 100100000 1100000 101110

Color Harmonies of #BB05E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB05E8

Black with #BB05E8

Text Example


Text Example

White with #BB05E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB05E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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