Shades of Deep Magenta #BD15CF
Tints of Deep Magenta #BD15CF
RGB
CMYK
RGB Variations
Color information
#BD15CF (or 0xBD15CF) is known color: Deep Magenta. HEX triplet: BD, 15 and CF. RGB value is (189,21,207). Sum of RGB (Red+Green+Blue) = 189+21+207=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD15CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD15CF is #42EA30. Grayscale: #5B5B5B. Windows color (decimal): -4385329 or 13571517. OLE color: 13571517.
HSL color Cylindrical-coordinate representation of color #BD15CF: hue angle of 294.19º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD15CF is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 21 | 207 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.19 |
| HSL | 294.19º | 0.82% | 0.45% | - |
| HSV(B) | 294.19º | 0.9% | 0.81% | - |
| XYZ | 32.52 | 15.86 | 60.38 | - |
| YUV | 92.44 | 192.66 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 207 | 0.09 | 0.90 | 0 | 0.19 | 294.19 | 0.82 | 0.45 |
| Hex | BD | 15 | CF | 9 | 5A | 0 | 13 | 126 | 52 | 2D |
| Octal | 275 | 25 | 317 | 11 | 132 | 0 | 23 | 446 | 122 | 55 |
| Binary | 10111101 | 10101 | 11001111 | 1001 | 1011010 | 0 | 10011 | 100100110 | 1010010 | 101101 |
Color Harmonies of #BD15CF
Complementary color
Monochromatic Colors of #BD15CF
Black with #BD15CF
Text Example
Text Example
White with #BD15CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD15CF; }
p { color: rgb(189,21,207); }
H1.HeaderClassName
{
color: #BD15CF;
}
.AnyTagClassName
{
color: #BD15CF;
}
</style>
background-color css
<style>
a { background-color: #BD15CF; }
a { background-color: rgb(189,21,207); }
div.DivClassName
{
background-color: #BD15CF;
}
.BgClassName
{
background-color: #BD15CF;
}
</style>
border-color css
<style>
span { border-color: #BD15CF; }
span { border-color: rgb(189,21,207); }
td.TdClassName
{
border-color: #BD15CF;
}
.TagClassName
{
border-color: #BD15CF;
}
</style>