Html Css Color HEX #BB20E9 Electric Purple

📋 copy color: '#BB20E9'

red 187 ◦ green 32 ◦ blue 233

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

Shades of Electric Purple #BB20E9

Tints of Electric Purple #BB20E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 51.55%

R = 41.37%
G = 7.08%
B = 51.55%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB20E9 (or 0xBB20E9) is known color: Electric Purple. HEX triplet: BB, 20 and E9. RGB value is (187,32,233). Sum of RGB (Red+Green+Blue) = 187+32+233=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 32 (12.89% from 255 or 7.08% from 452); Blue value is 233 (91.41% from 255 or 51.55% from 452); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB20E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB20E9 is #44DF16. Grayscale: #646464. Windows color (decimal): -4513559 or 15278267. OLE color: 15278267.

HSL color Cylindrical-coordinate representation of color #BB20E9: hue angle of 286.27º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB20E9 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 32 233 -
CMYK 0.20 0.86 0 0.09
HSL 286.27º 0.82% 0.52% -
HSV(B) 286.27º 0.86% 0.91% -
XYZ 35.72 17.48 78.58 -
YUV 101.26 202.35 189.16 -
System Red Green Blue C M Y K H S L
Decimal 187 32 233 0.20 0.86 0 0.09 286.27 0.82 0.52
Hex BB 20 E9 14 56 0 9 11E 52 34
Octal 273 40 351 24 126 0 11 436 122 64
Binary 10111011 100000 11101001 10100 1010110 0 1001 100011110 1010010 110100

Color Harmonies of #BB20E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB20E9

Black with #BB20E9

Text Example


Text Example

White with #BB20E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB20E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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