#BB20B4

Color #BB20B4 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BB20B4

Tints of Deep Magenta #BB20B4

Color information

#BB20B4 (or 0xBB20B4) is unknown color: approx Deep Magenta. HEX triplet: BB, 20 and B4. RGB value is (187,32,180). Sum of RGB (Red+Green+Blue) = 187+32+180=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB20B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB20B4 is #44DF4B. Grayscale: #5E5E5E. Windows color (decimal): -4513612 or 11804859. OLE color: 11804859.

HSL color Cylindrical-coordinate representation of color #BB20B4: hue angle of 302.71º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB20B4 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB18732180-
CMYK00.830.040.27
HSL302.71º70.78%42.94%-
HSV(B)302.71º82.89%73.33%-
XYZ29.2514.8944.51-
YUV95.22175.85193.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 32 (12.89% from 255) = 8.02%
BLUE value IS 180 (70.70% from 255) = 45.11%
R=46.87%
G=8.02%
B=45.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873218000.830.040.27302.7170.7842.94
HexBB20B405341B12f472b
Octal27340264012343345710753
Binary101110111000001011010001010011100110111001011111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB20B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB20B4; }

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

 H1.HeaderClassName
 {
   color: #BB20B4;
 }
 .AnyTagClassName
 {
   color: #BB20B4;
 }
</style>
background-color css

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

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

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

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

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

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