Shades of Deep Magenta #B908DF
Tints of Deep Magenta #B908DF
RGB
CMYK
RGB Variations
Color information
#B908DF (or 0xB908DF) is known color: Deep Magenta. HEX triplet: B9, 08 and DF. RGB value is (185,8,223). Sum of RGB (Red+Green+Blue) = 185+8+223=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 8 (3.52% from 255 or 1.92% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #B908DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B908DF is #46F720. Grayscale: #545454. Windows color (decimal): -4650785 or 14616761. OLE color: 14616761.
HSL color Cylindrical-coordinate representation of color #B908DF: hue angle of 289.4º degrees, saturation: 0.93, 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 #B908DF is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 8 | 223 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.13 |
| HSL | 289.4º | 0.93% | 0.45% | - |
| HSV(B) | 289.4º | 0.96% | 0.87% | - |
| XYZ | 33.41 | 15.82 | 71.1 | - |
| YUV | 85.43 | 205.64 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 223 | 0.17 | 0.96 | 0 | 0.13 | 289.4 | 0.93 | 0.45 |
| Hex | B9 | 8 | DF | 11 | 60 | 0 | D | 121 | 5D | 2D |
| Octal | 271 | 10 | 337 | 21 | 140 | 0 | 15 | 441 | 135 | 55 |
| Binary | 10111001 | 1000 | 11011111 | 10001 | 1100000 | 0 | 1101 | 100100001 | 1011101 | 101101 |
Color Harmonies of #B908DF
Complementary color
Monochromatic Colors of #B908DF
Black with #B908DF
Text Example
Text Example
White with #B908DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B908DF; }
p { color: rgb(185,8,223); }
H1.HeaderClassName
{
color: #B908DF;
}
.AnyTagClassName
{
color: #B908DF;
}
</style>
background-color css
<style>
a { background-color: #B908DF; }
a { background-color: rgb(185,8,223); }
div.DivClassName
{
background-color: #B908DF;
}
.BgClassName
{
background-color: #B908DF;
}
</style>
border-color css
<style>
span { border-color: #B908DF; }
span { border-color: rgb(185,8,223); }
td.TdClassName
{
border-color: #B908DF;
}
.TagClassName
{
border-color: #B908DF;
}
</style>