Shades of Deep Magenta #BD10DF
Tints of Deep Magenta #BD10DF
RGB
CMYK
RGB Variations
Color information
#BD10DF (or 0xBD10DF) is known color: Deep Magenta. HEX triplet: BD, 10 and DF. RGB value is (189,16,223). Sum of RGB (Red+Green+Blue) = 189+16+223=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD10DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD10DF is #42EF20. Grayscale: #5A5A5A. Windows color (decimal): -4386593 or 14618813. OLE color: 14618813.
HSL color Cylindrical-coordinate representation of color #BD10DF: hue angle of 290.14º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD10DF is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 16 | 223 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.13 |
| HSL | 290.14º | 0.87% | 0.47% | - |
| HSV(B) | 290.14º | 0.93% | 0.87% | - |
| XYZ | 34.49 | 16.52 | 71.18 | - |
| YUV | 91.33 | 202.31 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 223 | 0.15 | 0.93 | 0 | 0.13 | 290.14 | 0.87 | 0.47 |
| Hex | BD | 10 | DF | F | 5D | 0 | D | 122 | 57 | 2F |
| Octal | 275 | 20 | 337 | 17 | 135 | 0 | 15 | 442 | 127 | 57 |
| Binary | 10111101 | 10000 | 11011111 | 1111 | 1011101 | 0 | 1101 | 100100010 | 1010111 | 101111 |
Color Harmonies of #BD10DF
Complementary color
Monochromatic Colors of #BD10DF
Black with #BD10DF
Text Example
Text Example
White with #BD10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD10DF; }
p { color: rgb(189,16,223); }
H1.HeaderClassName
{
color: #BD10DF;
}
.AnyTagClassName
{
color: #BD10DF;
}
</style>
background-color css
<style>
a { background-color: #BD10DF; }
a { background-color: rgb(189,16,223); }
div.DivClassName
{
background-color: #BD10DF;
}
.BgClassName
{
background-color: #BD10DF;
}
</style>
border-color css
<style>
span { border-color: #BD10DF; }
span { border-color: rgb(189,16,223); }
td.TdClassName
{
border-color: #BD10DF;
}
.TagClassName
{
border-color: #BD10DF;
}
</style>