#BD0BAC

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

Shades of Deep Magenta #BD0BAC

Tints of Deep Magenta #BD0BAC

Color information

#BD0BAC (or 0xBD0BAC) is unknown color: approx Deep Magenta. HEX triplet: BD, 0B and AC. RGB value is (189,11,172). Sum of RGB (Red+Green+Blue) = 189+11+172=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 11 (4.69% from 255 or 2.96% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0BAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0BAC is #42F453. Grayscale: #525252. Windows color (decimal): -4387924 or 11275197. OLE color: 11275197.

HSL color Cylindrical-coordinate representation of color #BD0BAC: hue angle of 305.73º degrees, saturation: 0.89, 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 #BD0BAC is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB18911172-
CMYK00.940.090.26
HSL305.73º89%39.22%-
HSV(B)305.73º94.18%74.12%-
XYZ28.5514.0440.23-
YUV82.58178.47203.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.81%
GREEN value IS 11 (4.69% from 255) = 2.96%
BLUE value IS 172 (67.58% from 255) = 46.24%
R=50.81%
G=2.96%
B=46.24%

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
Decimal1891117200.940.090.26305.738939.22
HexBDBAC05E91A1325927
Octal275132540136113246213147
Binary10111101101110101100010111101001110101001100101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0BAC; }

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

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

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

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

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

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

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

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