Shades of Deep Magenta #BD0BCF
Tints of Deep Magenta #BD0BCF
RGB
CMYK
RGB Variations
Color information
#BD0BCF (or 0xBD0BCF) is known color: Deep Magenta. HEX triplet: BD, 0B and CF. RGB value is (189,11,207). Sum of RGB (Red+Green+Blue) = 189+11+207=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 11 (4.69% from 255 or 2.70% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD0BCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0BCF is #42F430. Grayscale: #555555. Windows color (decimal): -4387889 or 13568957. OLE color: 13568957.
HSL color Cylindrical-coordinate representation of color #BD0BCF: hue angle of 294.49º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0BCF is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 11 | 207 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.19 |
| HSL | 294.49º | 0.9% | 0.43% | - |
| HSV(B) | 294.49º | 0.95% | 0.81% | - |
| XYZ | 32.37 | 15.56 | 60.33 | - |
| YUV | 86.57 | 195.97 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 11 | 207 | 0.09 | 0.95 | 0 | 0.19 | 294.49 | 0.9 | 0.43 |
| Hex | BD | B | CF | 9 | 5F | 0 | 13 | 126 | 5A | 2B |
| Octal | 275 | 13 | 317 | 11 | 137 | 0 | 23 | 446 | 132 | 53 |
| Binary | 10111101 | 1011 | 11001111 | 1001 | 1011111 | 0 | 10011 | 100100110 | 1011010 | 101011 |
Color Harmonies of #BD0BCF
Complementary color
Monochromatic Colors of #BD0BCF
Black with #BD0BCF
Text Example
Text Example
White with #BD0BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0BCF; }
p { color: rgb(189,11,207); }
H1.HeaderClassName
{
color: #BD0BCF;
}
.AnyTagClassName
{
color: #BD0BCF;
}
</style>
background-color css
<style>
a { background-color: #BD0BCF; }
a { background-color: rgb(189,11,207); }
div.DivClassName
{
background-color: #BD0BCF;
}
.BgClassName
{
background-color: #BD0BCF;
}
</style>
border-color css
<style>
span { border-color: #BD0BCF; }
span { border-color: rgb(189,11,207); }
td.TdClassName
{
border-color: #BD0BCF;
}
.TagClassName
{
border-color: #BD0BCF;
}
</style>