Shades of Deep Magenta #BD10BC
Tints of Deep Magenta #BD10BC
RGB
CMYK
RGB Variations
Color information
#BD10BC (or 0xBD10BC) is known color: Deep Magenta. HEX triplet: BD, 10 and BC. RGB value is (189,16,188). Sum of RGB (Red+Green+Blue) = 189+16+188=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD10BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD10BC is #42EF43. Grayscale: #565656. Windows color (decimal): -4386628 or 12325053. OLE color: 12325053.
HSL color Cylindrical-coordinate representation of color #BD10BC: hue angle of 300.35º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD10BC is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 188 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.26 |
| HSL | 300.35º | 0.84% | 0.4% | - |
| HSV(B) | 300.35º | 0.92% | 0.74% | - |
| XYZ | 30.25 | 14.82 | 48.84 | - |
| YUV | 87.34 | 184.81 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 188 | 0 | 0.92 | 0.01 | 0.26 | 300.35 | 0.84 | 0.4 |
| Hex | BD | 10 | BC | 0 | 5C | 1 | 1A | 12C | 54 | 28 |
| Octal | 275 | 20 | 274 | 0 | 134 | 1 | 32 | 454 | 124 | 50 |
| Binary | 10111101 | 10000 | 10111100 | 0 | 1011100 | 1 | 11010 | 100101100 | 1010100 | 101000 |
Color Harmonies of #BD10BC
Complementary color
Monochromatic Colors of #BD10BC
Black with #BD10BC
Text Example
Text Example
White with #BD10BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD10BC; }
p { color: rgb(189,16,188); }
H1.HeaderClassName
{
color: #BD10BC;
}
.AnyTagClassName
{
color: #BD10BC;
}
</style>
background-color css
<style>
a { background-color: #BD10BC; }
a { background-color: rgb(189,16,188); }
div.DivClassName
{
background-color: #BD10BC;
}
.BgClassName
{
background-color: #BD10BC;
}
</style>
border-color css
<style>
span { border-color: #BD10BC; }
span { border-color: rgb(189,16,188); }
td.TdClassName
{
border-color: #BD10BC;
}
.TagClassName
{
border-color: #BD10BC;
}
</style>