#BD0DAB

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

Shades of Deep Magenta #BD0DAB

Tints of Deep Magenta #BD0DAB

Color information

#BD0DAB (or 0xBD0DAB) is unknown color: approx Deep Magenta. HEX triplet: BD, 0D and AB. RGB value is (189,13,171). Sum of RGB (Red+Green+Blue) = 189+13+171=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0DAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0DAB is #42F254. Grayscale: #535353. Windows color (decimal): -4387413 or 11210173. OLE color: 11210173.

HSL color Cylindrical-coordinate representation of color #BD0DAB: hue angle of 306.14º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0DAB is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB18913171-
CMYK00.930.100.26
HSL306.14º87.13%39.61%-
HSV(B)306.14º93.12%74.12%-
XYZ28.4814.0539.74-
YUV83.64177.31203.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.67%
GREEN value IS 13 (5.47% from 255) = 3.49%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=50.67%
G=3.49%
B=45.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891317100.930.100.26306.1487.1339.61
HexBDDAB05DA1A1325728
Octal275152530135123246212750
Binary10111101110110101011010111011010110101001100101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0DAB; }

 p { color: rgb(189,13,171); }

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

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

 a { background-color: rgb(189,13,171); }

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

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

 span { border-color: rgb(189,13,171); }

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