Shades of Deep Magenta #BD10CB
Tints of Deep Magenta #BD10CB
RGB
CMYK
RGB Variations
Color information
#BD10CB (or 0xBD10CB) is known color: Deep Magenta. HEX triplet: BD, 10 and CB. RGB value is (189,16,203). Sum of RGB (Red+Green+Blue) = 189+16+203=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD10CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD10CB is #42EF34. Grayscale: #585858. Windows color (decimal): -4386613 or 13308093. OLE color: 13308093.
HSL color Cylindrical-coordinate representation of color #BD10CB: hue angle of 295.51º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD10CB is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 16 | 203 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.20 |
| HSL | 295.51º | 0.85% | 0.43% | - |
| HSV(B) | 295.51º | 0.92% | 0.8% | - |
| XYZ | 31.95 | 15.5 | 57.81 | - |
| YUV | 89.05 | 192.31 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 203 | 0.07 | 0.92 | 0 | 0.20 | 295.51 | 0.85 | 0.43 |
| Hex | BD | 10 | CB | 7 | 5C | 0 | 14 | 128 | 55 | 2B |
| Octal | 275 | 20 | 313 | 7 | 134 | 0 | 24 | 450 | 125 | 53 |
| Binary | 10111101 | 10000 | 11001011 | 111 | 1011100 | 0 | 10100 | 100101000 | 1010101 | 101011 |
Color Harmonies of #BD10CB
Complementary color
Monochromatic Colors of #BD10CB
Black with #BD10CB
Text Example
Text Example
White with #BD10CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD10CB; }
p { color: rgb(189,16,203); }
H1.HeaderClassName
{
color: #BD10CB;
}
.AnyTagClassName
{
color: #BD10CB;
}
</style>
background-color css
<style>
a { background-color: #BD10CB; }
a { background-color: rgb(189,16,203); }
div.DivClassName
{
background-color: #BD10CB;
}
.BgClassName
{
background-color: #BD10CB;
}
</style>
border-color css
<style>
span { border-color: #BD10CB; }
span { border-color: rgb(189,16,203); }
td.TdClassName
{
border-color: #BD10CB;
}
.TagClassName
{
border-color: #BD10CB;
}
</style>