Shades of Deep Magenta #BD0DBF
Tints of Deep Magenta #BD0DBF
RGB
CMYK
RGB Variations
Color information
#BD0DBF (or 0xBD0DBF) is known color: Deep Magenta. HEX triplet: BD, 0D and BF. RGB value is (189,13,191). Sum of RGB (Red+Green+Blue) = 189+13+191=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD0DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0DBF is #42F240. Grayscale: #555555. Windows color (decimal): -4387393 or 12520893. OLE color: 12520893.
HSL color Cylindrical-coordinate representation of color #BD0DBF: hue angle of 299.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0DBF is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 13 | 191 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.25 |
| HSL | 299.33º | 0.87% | 0.4% | - |
| HSV(B) | 299.33º | 0.93% | 0.75% | - |
| XYZ | 30.53 | 14.87 | 50.55 | - |
| YUV | 85.92 | 187.31 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 13 | 191 | 0.01 | 0.93 | 0 | 0.25 | 299.33 | 0.87 | 0.4 |
| Hex | BD | D | BF | 1 | 5D | 0 | 19 | 12B | 57 | 28 |
| Octal | 275 | 15 | 277 | 1 | 135 | 0 | 31 | 453 | 127 | 50 |
| Binary | 10111101 | 1101 | 10111111 | 1 | 1011101 | 0 | 11001 | 100101011 | 1010111 | 101000 |
Color Harmonies of #BD0DBF
Complementary color
Monochromatic Colors of #BD0DBF
Black with #BD0DBF
Text Example
Text Example
White with #BD0DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0DBF; }
p { color: rgb(189,13,191); }
H1.HeaderClassName
{
color: #BD0DBF;
}
.AnyTagClassName
{
color: #BD0DBF;
}
</style>
background-color css
<style>
a { background-color: #BD0DBF; }
a { background-color: rgb(189,13,191); }
div.DivClassName
{
background-color: #BD0DBF;
}
.BgClassName
{
background-color: #BD0DBF;
}
</style>
border-color css
<style>
span { border-color: #BD0DBF; }
span { border-color: rgb(189,13,191); }
td.TdClassName
{
border-color: #BD0DBF;
}
.TagClassName
{
border-color: #BD0DBF;
}
</style>