Html Css Color HEX #BB20EE Electric Purple

📋 copy color: '#BB20EE'

red 187 ◦ green 32 ◦ blue 238

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

Shades of Electric Purple #BB20EE

Tints of Electric Purple #BB20EE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7%

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

R = 40.92%
G = 7%
B = 52.08%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB20EE (or 0xBB20EE) is known color: Electric Purple. HEX triplet: BB, 20 and EE. RGB value is (187,32,238). Sum of RGB (Red+Green+Blue) = 187+32+238=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 32 (12.89% from 255 or 7.00% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB20EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB20EE is #44DF11. Grayscale: #656565. Windows color (decimal): -4513554 or 15605947. OLE color: 15605947.

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

Color convert

RGB 187 32 238 -
CMYK 0.21 0.87 0 0.07
HSL 285.15º 0.86% 0.53% -
HSV(B) 285.15º 0.87% 0.93% -
XYZ 36.44 17.77 82.4 -
YUV 101.83 204.85 188.75 -
System Red Green Blue C M Y K H S L
Decimal 187 32 238 0.21 0.87 0 0.07 285.15 0.86 0.53
Hex BB 20 EE 15 57 0 7 11D 56 35
Octal 273 40 356 25 127 0 7 435 126 65
Binary 10111011 100000 11101110 10101 1010111 0 111 100011101 1010110 110101

Color Harmonies of #BB20EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB20EE

Black with #BB20EE

Text Example


Text Example

White with #BB20EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB20EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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