Shades of Deep Magenta #B908DD
Tints of Deep Magenta #B908DD
RGB
CMYK
RGB Variations
Color information
#B908DD (or 0xB908DD) is known color: Deep Magenta. HEX triplet: B9, 08 and DD. RGB value is (185,8,221). Sum of RGB (Red+Green+Blue) = 185+8+221=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #B908DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B908DD is #46F722. Grayscale: #545454. Windows color (decimal): -4650787 or 14485689. OLE color: 14485689.
HSL color Cylindrical-coordinate representation of color #B908DD: hue angle of 289.86º 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 #B908DD is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 8 | 221 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.13 |
| HSL | 289.86º | 0.93% | 0.45% | - |
| HSV(B) | 289.86º | 0.96% | 0.87% | - |
| XYZ | 33.15 | 15.71 | 69.69 | - |
| YUV | 85.21 | 204.64 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 221 | 0.16 | 0.96 | 0 | 0.13 | 289.86 | 0.93 | 0.45 |
| Hex | B9 | 8 | DD | 10 | 60 | 0 | D | 122 | 5D | 2D |
| Octal | 271 | 10 | 335 | 20 | 140 | 0 | 15 | 442 | 135 | 55 |
| Binary | 10111001 | 1000 | 11011101 | 10000 | 1100000 | 0 | 1101 | 100100010 | 1011101 | 101101 |
Color Harmonies of #B908DD
Complementary color
Monochromatic Colors of #B908DD
Black with #B908DD
Text Example
Text Example
White with #B908DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B908DD; }
p { color: rgb(185,8,221); }
H1.HeaderClassName
{
color: #B908DD;
}
.AnyTagClassName
{
color: #B908DD;
}
</style>
background-color css
<style>
a { background-color: #B908DD; }
a { background-color: rgb(185,8,221); }
div.DivClassName
{
background-color: #B908DD;
}
.BgClassName
{
background-color: #B908DD;
}
</style>
border-color css
<style>
span { border-color: #B908DD; }
span { border-color: rgb(185,8,221); }
td.TdClassName
{
border-color: #B908DD;
}
.TagClassName
{
border-color: #B908DD;
}
</style>