Html Css Color HEX #BB0FEA Electric Purple

📋 copy color: '#BB0FEA'

red 187 ◦ green 15 ◦ blue 234

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

Shades of Electric Purple #BB0FEA

Tints of Electric Purple #BB0FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.67%

R = 42.89%
G = 3.44%
B = 53.67%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB0FEA (or 0xBB0FEA) is known color: Electric Purple. HEX triplet: BB, 0F and EA. RGB value is (187,15,234). Sum of RGB (Red+Green+Blue) = 187+15+234=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB0FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0FEA is #44F015. Grayscale: #5A5A5A. Windows color (decimal): -4517910 or 15339451. OLE color: 15339451.

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

Color convert

RGB 187 15 234 -
CMYK 0.20 0.94 0 0.08
HSL 287.12º 0.88% 0.49% -
HSV(B) 287.12º 0.94% 0.92% -
XYZ 35.52 16.85 79.22 -
YUV 91.39 208.48 196.19 -
System Red Green Blue C M Y K H S L
Decimal 187 15 234 0.20 0.94 0 0.08 287.12 0.88 0.49
Hex BB F EA 14 5E 0 8 11F 58 31
Octal 273 17 352 24 136 0 10 437 130 61
Binary 10111011 1111 11101010 10100 1011110 0 1000 100011111 1011000 110001

Color Harmonies of #BB0FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0FEA

Black with #BB0FEA

Text Example


Text Example

White with #BB0FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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