Shades of Deep Magenta #BD25CF
Tints of Deep Magenta #BD25CF
RGB
CMYK
RGB Variations
Color information
#BD25CF (or 0xBD25CF) is known color: Deep Magenta. HEX triplet: BD, 25 and CF. RGB value is (189,37,207). Sum of RGB (Red+Green+Blue) = 189+37+207=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD25CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD25CF is #42DA30. Grayscale: #656565. Windows color (decimal): -4381233 or 13575613. OLE color: 13575613.
HSL color Cylindrical-coordinate representation of color #BD25CF: hue angle of 293.65º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD25CF is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 37 | 207 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.19 |
| HSL | 293.65º | 0.7% | 0.48% | - |
| HSV(B) | 293.65º | 0.82% | 0.81% | - |
| XYZ | 32.91 | 16.65 | 60.51 | - |
| YUV | 101.83 | 187.36 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 207 | 0.09 | 0.82 | 0 | 0.19 | 293.65 | 0.7 | 0.48 |
| Hex | BD | 25 | CF | 9 | 52 | 0 | 13 | 126 | 46 | 30 |
| Octal | 275 | 45 | 317 | 11 | 122 | 0 | 23 | 446 | 106 | 60 |
| Binary | 10111101 | 100101 | 11001111 | 1001 | 1010010 | 0 | 10011 | 100100110 | 1000110 | 110000 |
Color Harmonies of #BD25CF
Complementary color
Monochromatic Colors of #BD25CF
Black with #BD25CF
Text Example
Text Example
White with #BD25CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD25CF; }
p { color: rgb(189,37,207); }
H1.HeaderClassName
{
color: #BD25CF;
}
.AnyTagClassName
{
color: #BD25CF;
}
</style>
background-color css
<style>
a { background-color: #BD25CF; }
a { background-color: rgb(189,37,207); }
div.DivClassName
{
background-color: #BD25CF;
}
.BgClassName
{
background-color: #BD25CF;
}
</style>
border-color css
<style>
span { border-color: #BD25CF; }
span { border-color: rgb(189,37,207); }
td.TdClassName
{
border-color: #BD25CF;
}
.TagClassName
{
border-color: #BD25CF;
}
</style>