Html Css Color HEX #BB20EC Electric Purple

📋 copy color: '#BB20EC'

red 187 ◦ green 32 ◦ blue 236

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

Shades of Electric Purple #BB20EC

Tints of Electric Purple #BB20EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.87%

R = 41.1%
G = 7.03%
B = 51.87%

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

#BB20EC (or 0xBB20EC) is known color: Electric Purple. HEX triplet: BB, 20 and EC. RGB value is (187,32,236). Sum of RGB (Red+Green+Blue) = 187+32+236=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 32 (12.89% from 255 or 7.03% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB20EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB20EC is #44DF13. Grayscale: #646464. Windows color (decimal): -4513556 or 15474875. OLE color: 15474875.

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

Color convert

RGB 187 32 236 -
CMYK 0.21 0.86 0 0.07
HSL 285.59º 0.84% 0.53% -
HSV(B) 285.59º 0.86% 0.93% -
XYZ 36.15 17.65 80.86 -
YUV 101.6 203.85 188.91 -
System Red Green Blue C M Y K H S L
Decimal 187 32 236 0.21 0.86 0 0.07 285.59 0.84 0.53
Hex BB 20 EC 15 56 0 7 11E 54 35
Octal 273 40 354 25 126 0 7 436 124 65
Binary 10111011 100000 11101100 10101 1010110 0 111 100011110 1010100 110101

Color Harmonies of #BB20EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB20EC

Black with #BB20EC

Text Example


Text Example

White with #BB20EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB20EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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