Html Css Color HEX #BB0EEA Electric Purple

📋 copy color: '#BB0EEA'

red 187 ◦ green 14 ◦ blue 234

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

Shades of Electric Purple #BB0EEA

Tints of Electric Purple #BB0EEA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.22%

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

R = 42.99%
G = 3.22%
B = 53.79%

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

#BB0EEA (or 0xBB0EEA) is known color: Electric Purple. HEX triplet: BB, 0E and EA. RGB value is (187,14,234). Sum of RGB (Red+Green+Blue) = 187+14+234=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 14 (5.86% from 255 or 3.22% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB0EEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0EEA is #44F115. Grayscale: #5A5A5A. Windows color (decimal): -4518166 or 15339195. OLE color: 15339195.

HSL color Cylindrical-coordinate representation of color #BB0EEA: hue angle of 287.18º degrees, saturation: 0.89, 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 #BB0EEA is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 14 234 -
CMYK 0.20 0.94 0 0.08
HSL 287.18º 0.89% 0.49% -
HSV(B) 287.18º 0.94% 0.92% -
XYZ 35.5 16.82 79.22 -
YUV 90.81 208.81 196.61 -
System Red Green Blue C M Y K H S L
Decimal 187 14 234 0.20 0.94 0 0.08 287.18 0.89 0.49
Hex BB E EA 14 5E 0 8 11F 59 31
Octal 273 16 352 24 136 0 10 437 131 61
Binary 10111011 1110 11101010 10100 1011110 0 1000 100011111 1011001 110001

Color Harmonies of #BB0EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0EEA

Black with #BB0EEA

Text Example


Text Example

White with #BB0EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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