#BD20B0

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

Shades of Deep Magenta #BD20B0

Tints of Deep Magenta #BD20B0

Color information

#BD20B0 (or 0xBD20B0) is unknown color: approx Deep Magenta. HEX triplet: BD, 20 and B0. RGB value is (189,32,176). Sum of RGB (Red+Green+Blue) = 189+32+176=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD20B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD20B0 is #42DF4F. Grayscale: #5E5E5E. Windows color (decimal): -4382544 or 11542717. OLE color: 11542717.

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

Color convert

RGB18932176-
CMYK00.830.070.26
HSL304.97º71.04%43.33%-
HSV(B)304.97º83.07%74.12%-
XYZ29.3414.9942.42-
YUV95.36173.51194.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 32 (12.89% from 255) = 8.06%
BLUE value IS 176 (69.14% from 255) = 44.33%
R=47.61%
G=8.06%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893217600.830.070.26304.9771.0443.33
HexBD20B005371A131472b
Octal27540260012373246110753
Binary101111011000001011000001010011111110101001100011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD20B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD20B0; }

 p { color: rgb(189,32,176); }

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

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

 a { background-color: rgb(189,32,176); }

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

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

 span { border-color: rgb(189,32,176); }

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