#BD0BB6

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

Shades of Deep Magenta #BD0BB6

Tints of Deep Magenta #BD0BB6

Color information

#BD0BB6 (or 0xBD0BB6) is unknown color: approx Deep Magenta. HEX triplet: BD, 0B and B6. RGB value is (189,11,182). Sum of RGB (Red+Green+Blue) = 189+11+182=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 182 (71.48% from 255 or 47.64% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0BB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0BB6 is #42F449. Grayscale: #535353. Windows color (decimal): -4387914 or 11930557. OLE color: 11930557.

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

Color convert

RGB18911182-
CMYK00.940.040.26
HSL302.36º89%39.22%-
HSV(B)302.36º94.18%74.12%-
XYZ29.5514.4445.48-
YUV83.72183.47203.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.48%
GREEN value IS 11 (4.69% from 255) = 2.88%
BLUE value IS 182 (71.48% from 255) = 47.64%
R=49.48%
G=2.88%
B=47.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891118200.940.040.26302.368939.22
HexBDBB605E41A12e5927
Octal27513266013643245613147
Binary1011110110111011011001011110100110101001011101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0BB6; }

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

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

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

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

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

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

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

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