Html Css Color HEX #BB20FD Electric Purple

📋 copy color: '#BB20FD'

red 187 ◦ green 32 ◦ blue 253

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

Shades of Electric Purple #BB20FD

Tints of Electric Purple #BB20FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.6%

R = 39.62%
G = 6.78%
B = 53.6%

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

#BB20FD (or 0xBB20FD) is known color: Electric Purple. HEX triplet: BB, 20 and FD. RGB value is (187,32,253). Sum of RGB (Red+Green+Blue) = 187+32+253=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 32 (12.89% from 255 or 6.78% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB20FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB20FD is #44DF02. Grayscale: #666666. Windows color (decimal): -4513539 or 16588987. OLE color: 16588987.

HSL color Cylindrical-coordinate representation of color #BB20FD: hue angle of 282.08º degrees, saturation: 0.98, 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 #BB20FD is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 32 253 -
CMYK 0.26 0.87 0 0.01
HSL 282.08º 0.98% 0.56% -
HSV(B) 282.08º 0.87% 0.99% -
XYZ 38.74 18.69 94.49 -
YUV 103.54 212.35 187.53 -
System Red Green Blue C M Y K H S L
Decimal 187 32 253 0.26 0.87 0 0.01 282.08 0.98 0.56
Hex BB 20 FD 1A 57 0 1 11A 62 38
Octal 273 40 375 32 127 0 1 432 142 70
Binary 10111011 100000 11111101 11010 1010111 0 1 100011010 1100010 111000

Color Harmonies of #BB20FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB20FD

Black with #BB20FD

Text Example


Text Example

White with #BB20FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB20FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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