Shades of Deep Magenta #BD13DF
Tints of Deep Magenta #BD13DF
RGB
CMYK
RGB Variations
Color information
#BD13DF (or 0xBD13DF) is known color: Deep Magenta. HEX triplet: BD, 13 and DF. RGB value is (189,19,223). Sum of RGB (Red+Green+Blue) = 189+19+223=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 19 (7.81% from 255 or 4.41% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD13DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD13DF is #42EC20. Grayscale: #5C5C5C. Windows color (decimal): -4385825 or 14619581. OLE color: 14619581.
HSL color Cylindrical-coordinate representation of color #BD13DF: hue angle of 290º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD13DF is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 19 | 223 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.13 |
| HSL | 290º | 0.84% | 0.47% | - |
| HSV(B) | 290º | 0.91% | 0.87% | - |
| XYZ | 34.54 | 16.61 | 71.2 | - |
| YUV | 93.09 | 201.32 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 223 | 0.15 | 0.91 | 0 | 0.13 | 290 | 0.84 | 0.47 |
| Hex | BD | 13 | DF | F | 5B | 0 | D | 122 | 54 | 2F |
| Octal | 275 | 23 | 337 | 17 | 133 | 0 | 15 | 442 | 124 | 57 |
| Binary | 10111101 | 10011 | 11011111 | 1111 | 1011011 | 0 | 1101 | 100100010 | 1010100 | 101111 |
Color Harmonies of #BD13DF
Complementary color
Monochromatic Colors of #BD13DF
Black with #BD13DF
Text Example
Text Example
White with #BD13DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD13DF; }
p { color: rgb(189,19,223); }
H1.HeaderClassName
{
color: #BD13DF;
}
.AnyTagClassName
{
color: #BD13DF;
}
</style>
background-color css
<style>
a { background-color: #BD13DF; }
a { background-color: rgb(189,19,223); }
div.DivClassName
{
background-color: #BD13DF;
}
.BgClassName
{
background-color: #BD13DF;
}
</style>
border-color css
<style>
span { border-color: #BD13DF; }
span { border-color: rgb(189,19,223); }
td.TdClassName
{
border-color: #BD13DF;
}
.TagClassName
{
border-color: #BD13DF;
}
</style>