Html Css Color HEX #BB0FEF Electric Purple

📋 copy color: '#BB0FEF'

red 187 ◦ green 15 ◦ blue 239

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

Shades of Electric Purple #BB0FEF

Tints of Electric Purple #BB0FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.2%

R = 42.4%
G = 3.4%
B = 54.2%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB0FEF (or 0xBB0FEF) is known color: Electric Purple. HEX triplet: BB, 0F and EF. RGB value is (187,15,239). Sum of RGB (Red+Green+Blue) = 187+15+239=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 15 (6.25% from 255 or 3.40% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB0FEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0FEF is #44F010. Grayscale: #5B5B5B. Windows color (decimal): -4517905 or 15667131. OLE color: 15667131.

HSL color Cylindrical-coordinate representation of color #BB0FEF: hue angle of 286.07º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0FEF is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 15 239 -
CMYK 0.22 0.94 0 0.06
HSL 286.07º 0.88% 0.5% -
HSV(B) 286.07º 0.94% 0.94% -
XYZ 36.24 17.14 83.06 -
YUV 91.96 210.98 195.79 -
System Red Green Blue C M Y K H S L
Decimal 187 15 239 0.22 0.94 0 0.06 286.07 0.88 0.5
Hex BB F EF 16 5E 0 6 11E 58 32
Octal 273 17 357 26 136 0 6 436 130 62
Binary 10111011 1111 11101111 10110 1011110 0 110 100011110 1011000 110010

Color Harmonies of #BB0FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0FEF

Black with #BB0FEF

Text Example


Text Example

White with #BB0FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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