Html Css Color HEX #BB0FE9 Electric Purple

📋 copy color: '#BB0FE9'

red 187 ◦ green 15 ◦ blue 233

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

Shades of Electric Purple #BB0FE9

Tints of Electric Purple #BB0FE9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.45%

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

R = 42.99%
G = 3.45%
B = 53.56%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB0FE9 (or 0xBB0FE9) is known color: Electric Purple. HEX triplet: BB, 0F and E9. RGB value is (187,15,233). Sum of RGB (Red+Green+Blue) = 187+15+233=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 233 (91.41% from 255 or 53.56% from 435); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB0FE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0FE9 is #44F016. Grayscale: #5A5A5A. Windows color (decimal): -4517911 or 15273915. OLE color: 15273915.

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

Color convert

RGB 187 15 233 -
CMYK 0.20 0.94 0 0.09
HSL 287.34º 0.88% 0.49% -
HSV(B) 287.34º 0.94% 0.91% -
XYZ 35.37 16.79 78.47 -
YUV 91.28 207.98 196.27 -
System Red Green Blue C M Y K H S L
Decimal 187 15 233 0.20 0.94 0 0.09 287.34 0.88 0.49
Hex BB F E9 14 5E 0 9 11F 58 31
Octal 273 17 351 24 136 0 11 437 130 61
Binary 10111011 1111 11101001 10100 1011110 0 1001 100011111 1011000 110001

Color Harmonies of #BB0FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0FE9

Black with #BB0FE9

Text Example


Text Example

White with #BB0FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0FE9; }

 p { color: rgb(187,15,233); }

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

background-color css

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

 a { background-color: rgb(187,15,233); }

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

border-color css

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

 span { border-color: rgb(187,15,233); }

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