Shades of Deep Magenta #BD08CB
Tints of Deep Magenta #BD08CB
RGB
CMYK
RGB Variations
Color information
#BD08CB (or 0xBD08CB) is known color: Deep Magenta. HEX triplet: BD, 08 and CB. RGB value is (189,8,203). Sum of RGB (Red+Green+Blue) = 189+8+203=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD08CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD08CB is #42F734. Grayscale: #535353. Windows color (decimal): -4388661 or 13306045. OLE color: 13306045.
HSL color Cylindrical-coordinate representation of color #BD08CB: hue angle of 295.69º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD08CB is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 8 | 203 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.20 |
| HSL | 295.69º | 0.92% | 0.41% | - |
| HSV(B) | 295.69º | 0.96% | 0.8% | - |
| XYZ | 31.85 | 15.3 | 57.78 | - |
| YUV | 84.35 | 194.97 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 203 | 0.07 | 0.96 | 0 | 0.20 | 295.69 | 0.92 | 0.41 |
| Hex | BD | 8 | CB | 7 | 60 | 0 | 14 | 128 | 5C | 29 |
| Octal | 275 | 10 | 313 | 7 | 140 | 0 | 24 | 450 | 134 | 51 |
| Binary | 10111101 | 1000 | 11001011 | 111 | 1100000 | 0 | 10100 | 100101000 | 1011100 | 101001 |
Color Harmonies of #BD08CB
Complementary color
Monochromatic Colors of #BD08CB
Black with #BD08CB
Text Example
Text Example
White with #BD08CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD08CB; }
p { color: rgb(189,8,203); }
H1.HeaderClassName
{
color: #BD08CB;
}
.AnyTagClassName
{
color: #BD08CB;
}
</style>
background-color css
<style>
a { background-color: #BD08CB; }
a { background-color: rgb(189,8,203); }
div.DivClassName
{
background-color: #BD08CB;
}
.BgClassName
{
background-color: #BD08CB;
}
</style>
border-color css
<style>
span { border-color: #BD08CB; }
span { border-color: rgb(189,8,203); }
td.TdClassName
{
border-color: #BD08CB;
}
.TagClassName
{
border-color: #BD08CB;
}
</style>