Shades of Deep Magenta #B909DF
Tints of Deep Magenta #B909DF
RGB
CMYK
RGB Variations
Color information
#B909DF (or 0xB909DF) is known color: Deep Magenta. HEX triplet: B9, 09 and DF. RGB value is (185,9,223). Sum of RGB (Red+Green+Blue) = 185+9+223=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 9 (3.91% from 255 or 2.16% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #B909DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B909DF is #46F620. Grayscale: #555555. Windows color (decimal): -4650529 or 14617017. OLE color: 14617017.
HSL color Cylindrical-coordinate representation of color #B909DF: hue angle of 289.35º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B909DF is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 9 | 223 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.13 |
| HSL | 289.35º | 0.92% | 0.45% | - |
| HSV(B) | 289.35º | 0.96% | 0.87% | - |
| XYZ | 33.42 | 15.84 | 71.11 | - |
| YUV | 86.02 | 205.31 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 9 | 223 | 0.17 | 0.96 | 0 | 0.13 | 289.35 | 0.92 | 0.45 |
| Hex | B9 | 9 | DF | 11 | 60 | 0 | D | 121 | 5C | 2D |
| Octal | 271 | 11 | 337 | 21 | 140 | 0 | 15 | 441 | 134 | 55 |
| Binary | 10111001 | 1001 | 11011111 | 10001 | 1100000 | 0 | 1101 | 100100001 | 1011100 | 101101 |
Color Harmonies of #B909DF
Complementary color
Monochromatic Colors of #B909DF
Black with #B909DF
Text Example
Text Example
White with #B909DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B909DF; }
p { color: rgb(185,9,223); }
H1.HeaderClassName
{
color: #B909DF;
}
.AnyTagClassName
{
color: #B909DF;
}
</style>
background-color css
<style>
a { background-color: #B909DF; }
a { background-color: rgb(185,9,223); }
div.DivClassName
{
background-color: #B909DF;
}
.BgClassName
{
background-color: #B909DF;
}
</style>
border-color css
<style>
span { border-color: #B909DF; }
span { border-color: rgb(185,9,223); }
td.TdClassName
{
border-color: #B909DF;
}
.TagClassName
{
border-color: #B909DF;
}
</style>