Html Css Color HEX #BB0FEC Electric Purple

📋 copy color: '#BB0FEC'

red 187 ◦ green 15 ◦ blue 236

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

Shades of Electric Purple #BB0FEC

Tints of Electric Purple #BB0FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.88%

R = 42.69%
G = 3.42%
B = 53.88%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB0FEC (or 0xBB0FEC) is known color: Electric Purple. HEX triplet: BB, 0F and EC. RGB value is (187,15,236). Sum of RGB (Red+Green+Blue) = 187+15+236=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB0FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0FEC is #44F013. Grayscale: #5A5A5A. Windows color (decimal): -4517908 or 15470523. OLE color: 15470523.

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

Color convert

RGB 187 15 236 -
CMYK 0.21 0.94 0 0.07
HSL 286.7º 0.88% 0.49% -
HSV(B) 286.7º 0.94% 0.93% -
XYZ 35.8 16.96 80.74 -
YUV 91.62 209.48 196.03 -
System Red Green Blue C M Y K H S L
Decimal 187 15 236 0.21 0.94 0 0.07 286.7 0.88 0.49
Hex BB F EC 15 5E 0 7 11F 58 31
Octal 273 17 354 25 136 0 7 437 130 61
Binary 10111011 1111 11101100 10101 1011110 0 111 100011111 1011000 110001

Color Harmonies of #BB0FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0FEC

Black with #BB0FEC

Text Example


Text Example

White with #BB0FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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