Html Css Color HEX #BB20F7 Electric Purple

📋 copy color: '#BB20F7'

red 187 ◦ green 32 ◦ blue 247

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

Shades of Electric Purple #BB20F7

Tints of Electric Purple #BB20F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 53%

R = 40.13%
G = 6.87%
B = 53%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BB20F7 (or 0xBB20F7) is known color: Electric Purple. HEX triplet: BB, 20 and F7. RGB value is (187,32,247). Sum of RGB (Red+Green+Blue) = 187+32+247=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 32 (12.89% from 255 or 6.87% from 466); Blue value is 247 (96.88% from 255 or 53.00% from 466); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB20F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB20F7 is #44DF08. Grayscale: #666666. Windows color (decimal): -4513545 or 16195771. OLE color: 16195771.

HSL color Cylindrical-coordinate representation of color #BB20F7: hue angle of 283.26º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB20F7 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 32 247 -
CMYK 0.24 0.87 0 0.03
HSL 283.26º 0.93% 0.55% -
HSV(B) 283.26º 0.87% 0.97% -
XYZ 37.8 18.31 89.54 -
YUV 102.86 209.35 188.02 -
System Red Green Blue C M Y K H S L
Decimal 187 32 247 0.24 0.87 0 0.03 283.26 0.93 0.55
Hex BB 20 F7 18 57 0 3 11B 5D 37
Octal 273 40 367 30 127 0 3 433 135 67
Binary 10111011 100000 11110111 11000 1010111 0 11 100011011 1011101 110111

Color Harmonies of #BB20F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB20F7

Black with #BB20F7

Text Example


Text Example

White with #BB20F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB20F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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