Shades of Deep Magenta #B809DD
Tints of Deep Magenta #B809DD
RGB
CMYK
RGB Variations
Color information
#B809DD (or 0xB809DD) is known color: Deep Magenta. HEX triplet: B8, 09 and DD. RGB value is (184,9,221). Sum of RGB (Red+Green+Blue) = 184+9+221=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 9 (3.91% from 255 or 2.17% 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 #B809DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B809DD is #47F622. Grayscale: #545454. Windows color (decimal): -4716067 or 14485944. OLE color: 14485944.
HSL color Cylindrical-coordinate representation of color #B809DD: hue angle of 289.53º 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 #B809DD is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 9 | 221 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.13 |
| HSL | 289.53º | 0.92% | 0.45% | - |
| HSV(B) | 289.53º | 0.96% | 0.87% | - |
| XYZ | 32.92 | 15.61 | 69.68 | - |
| YUV | 85.49 | 204.48 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 221 | 0.17 | 0.96 | 0 | 0.13 | 289.53 | 0.92 | 0.45 |
| Hex | B8 | 9 | DD | 11 | 60 | 0 | D | 122 | 5C | 2D |
| Octal | 270 | 11 | 335 | 21 | 140 | 0 | 15 | 442 | 134 | 55 |
| Binary | 10111000 | 1001 | 11011101 | 10001 | 1100000 | 0 | 1101 | 100100010 | 1011100 | 101101 |
Color Harmonies of #B809DD
Complementary color
Monochromatic Colors of #B809DD
Black with #B809DD
Text Example
Text Example
White with #B809DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B809DD; }
p { color: rgb(184,9,221); }
H1.HeaderClassName
{
color: #B809DD;
}
.AnyTagClassName
{
color: #B809DD;
}
</style>
background-color css
<style>
a { background-color: #B809DD; }
a { background-color: rgb(184,9,221); }
div.DivClassName
{
background-color: #B809DD;
}
.BgClassName
{
background-color: #B809DD;
}
</style>
border-color css
<style>
span { border-color: #B809DD; }
span { border-color: rgb(184,9,221); }
td.TdClassName
{
border-color: #B809DD;
}
.TagClassName
{
border-color: #B809DD;
}
</style>