Shades of Deep Magenta #BD13CF
Tints of Deep Magenta #BD13CF
RGB
CMYK
RGB Variations
Color information
#BD13CF (or 0xBD13CF) is known color: Deep Magenta. HEX triplet: BD, 13 and CF. RGB value is (189,19,207). Sum of RGB (Red+Green+Blue) = 189+19+207=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD13CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD13CF is #42EC30. Grayscale: #5A5A5A. Windows color (decimal): -4385841 or 13571005. OLE color: 13571005.
HSL color Cylindrical-coordinate representation of color #BD13CF: hue angle of 294.26º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD13CF is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 19 | 207 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.19 |
| HSL | 294.26º | 0.83% | 0.44% | - |
| HSV(B) | 294.26º | 0.91% | 0.81% | - |
| XYZ | 32.48 | 15.79 | 60.37 | - |
| YUV | 91.26 | 193.32 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 207 | 0.09 | 0.91 | 0 | 0.19 | 294.26 | 0.83 | 0.44 |
| Hex | BD | 13 | CF | 9 | 5B | 0 | 13 | 126 | 53 | 2C |
| Octal | 275 | 23 | 317 | 11 | 133 | 0 | 23 | 446 | 123 | 54 |
| Binary | 10111101 | 10011 | 11001111 | 1001 | 1011011 | 0 | 10011 | 100100110 | 1010011 | 101100 |
Color Harmonies of #BD13CF
Complementary color
Monochromatic Colors of #BD13CF
Black with #BD13CF
Text Example
Text Example
White with #BD13CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD13CF; }
p { color: rgb(189,19,207); }
H1.HeaderClassName
{
color: #BD13CF;
}
.AnyTagClassName
{
color: #BD13CF;
}
</style>
background-color css
<style>
a { background-color: #BD13CF; }
a { background-color: rgb(189,19,207); }
div.DivClassName
{
background-color: #BD13CF;
}
.BgClassName
{
background-color: #BD13CF;
}
</style>
border-color css
<style>
span { border-color: #BD13CF; }
span { border-color: rgb(189,19,207); }
td.TdClassName
{
border-color: #BD13CF;
}
.TagClassName
{
border-color: #BD13CF;
}
</style>