Shades of Deep Magenta #B900DF
Tints of Deep Magenta #B900DF
RGB
CMYK
RGB Variations
Color information
#B900DF (or 0xB900DF) is known color: Deep Magenta. HEX triplet: B9, 00 and DF. RGB value is (185,0,223). Sum of RGB (Red+Green+Blue) = 185+0+223=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #B900DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B900DF is #46FF20. Grayscale: #505050. Windows color (decimal): -4652833 or 14614713. OLE color: 14614713.
HSL color Cylindrical-coordinate representation of color #B900DF: hue angle of 289.78º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B900DF is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 0 | 223 | - |
| CMYK | 0.17 | 1 | 0 | 0.13 |
| HSL | 289.78º | 1% | 0.44% | - |
| HSV(B) | 289.78º | 1% | 0.87% | - |
| XYZ | 33.33 | 15.64 | 71.07 | - |
| YUV | 80.74 | 208.29 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 223 | 0.17 | 1 | 0 | 0.13 | 289.78 | 1 | 0.44 |
| Hex | B9 | 0 | DF | 11 | 64 | 0 | D | 122 | 64 | 2C |
| Octal | 271 | 0 | 337 | 21 | 144 | 0 | 15 | 442 | 144 | 54 |
| Binary | 10111001 | 0 | 11011111 | 10001 | 1100100 | 0 | 1101 | 100100010 | 1100100 | 101100 |
Color Harmonies of #B900DF
Complementary color
Monochromatic Colors of #B900DF
Black with #B900DF
Text Example
Text Example
White with #B900DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B900DF; }
p { color: rgb(185,0,223); }
H1.HeaderClassName
{
color: #B900DF;
}
.AnyTagClassName
{
color: #B900DF;
}
</style>
background-color css
<style>
a { background-color: #B900DF; }
a { background-color: rgb(185,0,223); }
div.DivClassName
{
background-color: #B900DF;
}
.BgClassName
{
background-color: #B900DF;
}
</style>
border-color css
<style>
span { border-color: #B900DF; }
span { border-color: rgb(185,0,223); }
td.TdClassName
{
border-color: #B900DF;
}
.TagClassName
{
border-color: #B900DF;
}
</style>