#BD0CAC

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

Shades of Deep Magenta #BD0CAC

Tints of Deep Magenta #BD0CAC

Color information

#BD0CAC (or 0xBD0CAC) is unknown color: approx Deep Magenta. HEX triplet: BD, 0C and AC. RGB value is (189,12,172). Sum of RGB (Red+Green+Blue) = 189+12+172=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0CAC is #42F353. Grayscale: #525252. Windows color (decimal): -4387668 or 11275453. OLE color: 11275453.

HSL color Cylindrical-coordinate representation of color #BD0CAC: hue angle of 305.76º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0CAC is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB18912172-
CMYK00.940.090.26
HSL305.76º88.06%39.41%-
HSV(B)305.76º93.65%74.12%-
XYZ28.5614.0640.24-
YUV83.16178.14203.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.67%
GREEN value IS 12 (5.08% from 255) = 3.22%
BLUE value IS 172 (67.58% from 255) = 46.11%
R=50.67%
G=3.22%
B=46.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891217200.940.090.26305.7688.0639.41
HexBDCAC05E91A1325827
Octal275142540136113246213047
Binary10111101110010101100010111101001110101001100101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0CAC; }

 p { color: rgb(189,12,172); }

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

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

 a { background-color: rgb(189,12,172); }

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

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

 span { border-color: rgb(189,12,172); }

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