Shades of Deep Magenta #BD10CF
Tints of Deep Magenta #BD10CF
RGB
CMYK
RGB Variations
Color information
#BD10CF (or 0xBD10CF) is known color: Deep Magenta. HEX triplet: BD, 10 and CF. RGB value is (189,16,207). Sum of RGB (Red+Green+Blue) = 189+16+207=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD10CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD10CF is #42EF30. Grayscale: #585858. Windows color (decimal): -4386609 or 13570237. OLE color: 13570237.
HSL color Cylindrical-coordinate representation of color #BD10CF: hue angle of 294.35º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD10CF is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 16 | 207 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.19 |
| HSL | 294.35º | 0.86% | 0.44% | - |
| HSV(B) | 294.35º | 0.92% | 0.81% | - |
| XYZ | 32.43 | 15.69 | 60.35 | - |
| YUV | 89.5 | 194.31 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 207 | 0.09 | 0.92 | 0 | 0.19 | 294.35 | 0.86 | 0.44 |
| Hex | BD | 10 | CF | 9 | 5C | 0 | 13 | 126 | 56 | 2C |
| Octal | 275 | 20 | 317 | 11 | 134 | 0 | 23 | 446 | 126 | 54 |
| Binary | 10111101 | 10000 | 11001111 | 1001 | 1011100 | 0 | 10011 | 100100110 | 1010110 | 101100 |
Color Harmonies of #BD10CF
Complementary color
Monochromatic Colors of #BD10CF
Black with #BD10CF
Text Example
Text Example
White with #BD10CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD10CF; }
p { color: rgb(189,16,207); }
H1.HeaderClassName
{
color: #BD10CF;
}
.AnyTagClassName
{
color: #BD10CF;
}
</style>
background-color css
<style>
a { background-color: #BD10CF; }
a { background-color: rgb(189,16,207); }
div.DivClassName
{
background-color: #BD10CF;
}
.BgClassName
{
background-color: #BD10CF;
}
</style>
border-color css
<style>
span { border-color: #BD10CF; }
span { border-color: rgb(189,16,207); }
td.TdClassName
{
border-color: #BD10CF;
}
.TagClassName
{
border-color: #BD10CF;
}
</style>