Html Css Color HEX #BB20FC Electric Purple

📋 copy color: '#BB20FC'

red 187 ◦ green 32 ◦ blue 252

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

Shades of Electric Purple #BB20FC

Tints of Electric Purple #BB20FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.5%

R = 39.7%
G = 6.79%
B = 53.5%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB20FC (or 0xBB20FC) is known color: Electric Purple. HEX triplet: BB, 20 and FC. RGB value is (187,32,252). Sum of RGB (Red+Green+Blue) = 187+32+252=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 32 (12.89% from 255 or 6.79% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB20FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB20FC is #44DF03. Grayscale: #666666. Windows color (decimal): -4513540 or 16523451. OLE color: 16523451.

HSL color Cylindrical-coordinate representation of color #BB20FC: hue angle of 282.27º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB20FC is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 32 252 -
CMYK 0.26 0.87 0 0.01
HSL 282.27º 0.97% 0.56% -
HSV(B) 282.27º 0.87% 0.99% -
XYZ 38.58 18.63 93.66 -
YUV 103.43 211.85 187.61 -
System Red Green Blue C M Y K H S L
Decimal 187 32 252 0.26 0.87 0 0.01 282.27 0.97 0.56
Hex BB 20 FC 1A 57 0 1 11A 61 38
Octal 273 40 374 32 127 0 1 432 141 70
Binary 10111011 100000 11111100 11010 1010111 0 1 100011010 1100001 111000

Color Harmonies of #BB20FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB20FC

Black with #BB20FC

Text Example


Text Example

White with #BB20FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB20FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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