Html Css Color HEX #BB10E8 Electric Purple

📋 copy color: '#BB10E8'

red 187 ◦ green 16 ◦ blue 232

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

Shades of Electric Purple #BB10E8

Tints of Electric Purple #BB10E8

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.68%

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

R = 42.99%
G = 3.68%
B = 53.33%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB10E8 (or 0xBB10E8) is known color: Electric Purple. HEX triplet: BB, 10 and E8. RGB value is (187,16,232). Sum of RGB (Red+Green+Blue) = 187+16+232=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 232 (91.02% from 255 or 53.33% from 435); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB10E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB10E8 is #44EF17. Grayscale: #5B5B5B. Windows color (decimal): -4517656 or 15208635. OLE color: 15208635.

HSL color Cylindrical-coordinate representation of color #BB10E8: hue angle of 287.5º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB10E8 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 16 232 -
CMYK 0.19 0.93 0 0.09
HSL 287.5º 0.87% 0.49% -
HSV(B) 287.5º 0.93% 0.91% -
XYZ 35.24 16.76 77.72 -
YUV 91.75 207.15 195.94 -
System Red Green Blue C M Y K H S L
Decimal 187 16 232 0.19 0.93 0 0.09 287.5 0.87 0.49
Hex BB 10 E8 13 5D 0 9 120 57 31
Octal 273 20 350 23 135 0 11 440 127 61
Binary 10111011 10000 11101000 10011 1011101 0 1001 100100000 1010111 110001

Color Harmonies of #BB10E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB10E8

Black with #BB10E8

Text Example


Text Example

White with #BB10E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB10E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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