Shades of Deep Magenta #BD0BCB
Tints of Deep Magenta #BD0BCB
RGB
CMYK
RGB Variations
Color information
#BD0BCB (or 0xBD0BCB) is known color: Deep Magenta. HEX triplet: BD, 0B and CB. RGB value is (189,11,203). Sum of RGB (Red+Green+Blue) = 189+11+203=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD0BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0BCB is #42F434. Grayscale: #555555. Windows color (decimal): -4387893 or 13306813. OLE color: 13306813.
HSL color Cylindrical-coordinate representation of color #BD0BCB: hue angle of 295.62º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0BCB is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 11 | 203 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.20 |
| HSL | 295.63º | 0.9% | 0.42% | - |
| HSV(B) | 295.63º | 0.95% | 0.8% | - |
| XYZ | 31.89 | 15.37 | 57.79 | - |
| YUV | 86.11 | 193.97 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 11 | 203 | 0.07 | 0.95 | 0 | 0.20 | 295.63 | 0.9 | 0.42 |
| Hex | BD | B | CB | 7 | 5F | 0 | 14 | 128 | 5A | 2A |
| Octal | 275 | 13 | 313 | 7 | 137 | 0 | 24 | 450 | 132 | 52 |
| Binary | 10111101 | 1011 | 11001011 | 111 | 1011111 | 0 | 10100 | 100101000 | 1011010 | 101010 |
Color Harmonies of #BD0BCB
Complementary color
Monochromatic Colors of #BD0BCB
Black with #BD0BCB
Text Example
Text Example
White with #BD0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0BCB; }
p { color: rgb(189,11,203); }
H1.HeaderClassName
{
color: #BD0BCB;
}
.AnyTagClassName
{
color: #BD0BCB;
}
</style>
background-color css
<style>
a { background-color: #BD0BCB; }
a { background-color: rgb(189,11,203); }
div.DivClassName
{
background-color: #BD0BCB;
}
.BgClassName
{
background-color: #BD0BCB;
}
</style>
border-color css
<style>
span { border-color: #BD0BCB; }
span { border-color: rgb(189,11,203); }
td.TdClassName
{
border-color: #BD0BCB;
}
.TagClassName
{
border-color: #BD0BCB;
}
</style>