Shades of Deep Magenta #B809C9
Tints of Deep Magenta #B809C9
RGB
CMYK
RGB Variations
Color information
#B809C9 (or 0xB809C9) is known color: Deep Magenta. HEX triplet: B8, 09 and C9. RGB value is (184,9,201). Sum of RGB (Red+Green+Blue) = 184+9+201=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 201 (78.91% from 255 or 51.02% from 394); Max value from RGB is 201 - color contains mainly: blue. Hex color #B809C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B809C9 is #47F636. Grayscale: #525252. Windows color (decimal): -4716087 or 13175224. OLE color: 13175224.
HSL color Cylindrical-coordinate representation of color #B809C9: hue angle of 294.69º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B809C9 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 9 | 201 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.21 |
| HSL | 294.69º | 0.91% | 0.41% | - |
| HSV(B) | 294.69º | 0.96% | 0.79% | - |
| XYZ | 30.41 | 14.6 | 56.47 | - |
| YUV | 83.21 | 194.48 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 201 | 0.08 | 0.96 | 0 | 0.21 | 294.69 | 0.91 | 0.41 |
| Hex | B8 | 9 | C9 | 8 | 60 | 0 | 15 | 127 | 5B | 29 |
| Octal | 270 | 11 | 311 | 10 | 140 | 0 | 25 | 447 | 133 | 51 |
| Binary | 10111000 | 1001 | 11001001 | 1000 | 1100000 | 0 | 10101 | 100100111 | 1011011 | 101001 |
Color Harmonies of #B809C9
Complementary color
Monochromatic Colors of #B809C9
Black with #B809C9
Text Example
Text Example
White with #B809C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B809C9; }
p { color: rgb(184,9,201); }
H1.HeaderClassName
{
color: #B809C9;
}
.AnyTagClassName
{
color: #B809C9;
}
</style>
background-color css
<style>
a { background-color: #B809C9; }
a { background-color: rgb(184,9,201); }
div.DivClassName
{
background-color: #B809C9;
}
.BgClassName
{
background-color: #B809C9;
}
</style>
border-color css
<style>
span { border-color: #B809C9; }
span { border-color: rgb(184,9,201); }
td.TdClassName
{
border-color: #B809C9;
}
.TagClassName
{
border-color: #B809C9;
}
</style>