Html Css Color HEX #BB0EEE Electric Purple

📋 copy color: '#BB0EEE'

red 187 ◦ green 14 ◦ blue 238

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

Shades of Electric Purple #BB0EEE

Tints of Electric Purple #BB0EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.21%

R = 42.6%
G = 3.19%
B = 54.21%

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

#BB0EEE (or 0xBB0EEE) is known color: Electric Purple. HEX triplet: BB, 0E and EE. RGB value is (187,14,238). Sum of RGB (Red+Green+Blue) = 187+14+238=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 14 (5.86% from 255 or 3.19% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB0EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0EEE is #44F111. Grayscale: #5A5A5A. Windows color (decimal): -4518162 or 15601339. OLE color: 15601339.

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

Color convert

RGB 187 14 238 -
CMYK 0.21 0.94 0 0.07
HSL 286.34º 0.89% 0.49% -
HSV(B) 286.34º 0.94% 0.93% -
XYZ 36.08 17.05 82.28 -
YUV 91.26 210.81 196.29 -
System Red Green Blue C M Y K H S L
Decimal 187 14 238 0.21 0.94 0 0.07 286.34 0.89 0.49
Hex BB E EE 15 5E 0 7 11E 59 31
Octal 273 16 356 25 136 0 7 436 131 61
Binary 10111011 1110 11101110 10101 1011110 0 111 100011110 1011001 110001

Color Harmonies of #BB0EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0EEE

Black with #BB0EEE

Text Example


Text Example

White with #BB0EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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