Html Css Color HEX #BB20EF Electric Purple

📋 copy color: '#BB20EF'

red 187 ◦ green 32 ◦ blue 239

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

Shades of Electric Purple #BB20EF

Tints of Electric Purple #BB20EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.18%

R = 40.83%
G = 6.99%
B = 52.18%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB20EF (or 0xBB20EF) is known color: Electric Purple. HEX triplet: BB, 20 and EF. RGB value is (187,32,239). Sum of RGB (Red+Green+Blue) = 187+32+239=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 32 (12.89% from 255 or 6.99% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB20EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB20EF is #44DF10. Grayscale: #656565. Windows color (decimal): -4513553 or 15671483. OLE color: 15671483.

HSL color Cylindrical-coordinate representation of color #BB20EF: hue angle of 284.93º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB20EF is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 32 239 -
CMYK 0.22 0.87 0 0.06
HSL 284.93º 0.87% 0.53% -
HSV(B) 284.93º 0.87% 0.94% -
XYZ 36.59 17.83 83.17 -
YUV 101.94 205.35 188.67 -
System Red Green Blue C M Y K H S L
Decimal 187 32 239 0.22 0.87 0 0.06 284.93 0.87 0.53
Hex BB 20 EF 16 57 0 6 11D 57 35
Octal 273 40 357 26 127 0 6 435 127 65
Binary 10111011 100000 11101111 10110 1010111 0 110 100011101 1010111 110101

Color Harmonies of #BB20EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB20EF

Black with #BB20EF

Text Example


Text Example

White with #BB20EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB20EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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