Shades of Deep Magenta #B809DF
Tints of Deep Magenta #B809DF
RGB
CMYK
RGB Variations
Color information
#B809DF (or 0xB809DF) is known color: Deep Magenta. HEX triplet: B8, 09 and DF. RGB value is (184,9,223). Sum of RGB (Red+Green+Blue) = 184+9+223=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 9 (3.91% from 255 or 2.16% 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 #B809DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B809DF is #47F620. Grayscale: #555555. Windows color (decimal): -4716065 or 14617016. OLE color: 14617016.
HSL color Cylindrical-coordinate representation of color #B809DF: hue angle of 289.07º 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 #B809DF is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 9 | 223 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.13 |
| HSL | 289.07º | 0.92% | 0.45% | - |
| HSV(B) | 289.07º | 0.96% | 0.87% | - |
| XYZ | 33.18 | 15.71 | 71.1 | - |
| YUV | 85.72 | 205.48 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 223 | 0.17 | 0.96 | 0 | 0.13 | 289.07 | 0.92 | 0.45 |
| Hex | B8 | 9 | DF | 11 | 60 | 0 | D | 121 | 5C | 2D |
| Octal | 270 | 11 | 337 | 21 | 140 | 0 | 15 | 441 | 134 | 55 |
| Binary | 10111000 | 1001 | 11011111 | 10001 | 1100000 | 0 | 1101 | 100100001 | 1011100 | 101101 |
Color Harmonies of #B809DF
Complementary color
Monochromatic Colors of #B809DF
Black with #B809DF
Text Example
Text Example
White with #B809DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B809DF; }
p { color: rgb(184,9,223); }
H1.HeaderClassName
{
color: #B809DF;
}
.AnyTagClassName
{
color: #B809DF;
}
</style>
background-color css
<style>
a { background-color: #B809DF; }
a { background-color: rgb(184,9,223); }
div.DivClassName
{
background-color: #B809DF;
}
.BgClassName
{
background-color: #B809DF;
}
</style>
border-color css
<style>
span { border-color: #B809DF; }
span { border-color: rgb(184,9,223); }
td.TdClassName
{
border-color: #B809DF;
}
.TagClassName
{
border-color: #B809DF;
}
</style>