Shades of Deep Magenta #B901DF
Tints of Deep Magenta #B901DF
RGB
CMYK
RGB Variations
Color information
#B901DF (or 0xB901DF) is known color: Deep Magenta. HEX triplet: B9, 01 and DF. RGB value is (185,1,223). Sum of RGB (Red+Green+Blue) = 185+1+223=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #B901DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B901DF is #46FE20. Grayscale: #505050. Windows color (decimal): -4652577 or 14614969. OLE color: 14614969.
HSL color Cylindrical-coordinate representation of color #B901DF: hue angle of 289.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B901DF is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 1 | 223 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.13 |
| HSL | 289.73º | 0.99% | 0.44% | - |
| HSV(B) | 289.73º | 1% | 0.87% | - |
| XYZ | 33.34 | 15.66 | 71.08 | - |
| YUV | 81.32 | 207.96 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 223 | 0.17 | 1.00 | 0 | 0.13 | 289.73 | 0.99 | 0.44 |
| Hex | B9 | 1 | DF | 11 | 64 | 0 | D | 122 | 63 | 2C |
| Octal | 271 | 1 | 337 | 21 | 144 | 0 | 15 | 442 | 143 | 54 |
| Binary | 10111001 | 1 | 11011111 | 10001 | 1100100 | 0 | 1101 | 100100010 | 1100011 | 101100 |
Color Harmonies of #B901DF
Complementary color
Monochromatic Colors of #B901DF
Black with #B901DF
Text Example
Text Example
White with #B901DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B901DF; }
p { color: rgb(185,1,223); }
H1.HeaderClassName
{
color: #B901DF;
}
.AnyTagClassName
{
color: #B901DF;
}
</style>
background-color css
<style>
a { background-color: #B901DF; }
a { background-color: rgb(185,1,223); }
div.DivClassName
{
background-color: #B901DF;
}
.BgClassName
{
background-color: #B901DF;
}
</style>
border-color css
<style>
span { border-color: #B901DF; }
span { border-color: rgb(185,1,223); }
td.TdClassName
{
border-color: #B901DF;
}
.TagClassName
{
border-color: #B901DF;
}
</style>