Html Css Color HEX #BB22EE Electric Purple

📋 copy color: '#BB22EE'

red 187 ◦ green 34 ◦ blue 238

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

Shades of Electric Purple #BB22EE

Tints of Electric Purple #BB22EE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.41%

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

R = 40.74%
G = 7.41%
B = 51.85%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB22EE (or 0xBB22EE) is known color: Electric Purple. HEX triplet: BB, 22 and EE. RGB value is (187,34,238). Sum of RGB (Red+Green+Blue) = 187+34+238=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 34 (13.67% from 255 or 7.41% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB22EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB22EE is #44DD11. Grayscale: #666666. Windows color (decimal): -4513042 or 15606459. OLE color: 15606459.

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

Color convert

RGB 187 34 238 -
CMYK 0.21 0.86 0 0.07
HSL 285º 0.86% 0.53% -
HSV(B) 285º 0.86% 0.93% -
XYZ 36.5 17.88 82.42 -
YUV 103 204.19 187.91 -
System Red Green Blue C M Y K H S L
Decimal 187 34 238 0.21 0.86 0 0.07 285 0.86 0.53
Hex BB 22 EE 15 56 0 7 11D 56 35
Octal 273 42 356 25 126 0 7 435 126 65
Binary 10111011 100010 11101110 10101 1010110 0 111 100011101 1010110 110101

Color Harmonies of #BB22EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB22EE

Black with #BB22EE

Text Example


Text Example

White with #BB22EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB22EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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