Shades of Deep Magenta #BD0FDF
Tints of Deep Magenta #BD0FDF
RGB
CMYK
RGB Variations
Color information
#BD0FDF (or 0xBD0FDF) is known color: Deep Magenta. HEX triplet: BD, 0F and DF. RGB value is (189,15,223). Sum of RGB (Red+Green+Blue) = 189+15+223=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD0FDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0FDF is #42F020. Grayscale: #5A5A5A. Windows color (decimal): -4386849 or 14618557. OLE color: 14618557.
HSL color Cylindrical-coordinate representation of color #BD0FDF: hue angle of 290.19º 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 #BD0FDF is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 15 | 223 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.13 |
| HSL | 290.19º | 0.87% | 0.47% | - |
| HSV(B) | 290.19º | 0.93% | 0.87% | - |
| XYZ | 34.48 | 16.49 | 71.18 | - |
| YUV | 90.74 | 202.65 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 223 | 0.15 | 0.93 | 0 | 0.13 | 290.19 | 0.87 | 0.47 |
| Hex | BD | F | DF | F | 5D | 0 | D | 122 | 57 | 2F |
| Octal | 275 | 17 | 337 | 17 | 135 | 0 | 15 | 442 | 127 | 57 |
| Binary | 10111101 | 1111 | 11011111 | 1111 | 1011101 | 0 | 1101 | 100100010 | 1010111 | 101111 |
Color Harmonies of #BD0FDF
Complementary color
Monochromatic Colors of #BD0FDF
Black with #BD0FDF
Text Example
Text Example
White with #BD0FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0FDF; }
p { color: rgb(189,15,223); }
H1.HeaderClassName
{
color: #BD0FDF;
}
.AnyTagClassName
{
color: #BD0FDF;
}
</style>
background-color css
<style>
a { background-color: #BD0FDF; }
a { background-color: rgb(189,15,223); }
div.DivClassName
{
background-color: #BD0FDF;
}
.BgClassName
{
background-color: #BD0FDF;
}
</style>
border-color css
<style>
span { border-color: #BD0FDF; }
span { border-color: rgb(189,15,223); }
td.TdClassName
{
border-color: #BD0FDF;
}
.TagClassName
{
border-color: #BD0FDF;
}
</style>