Shades of Deep Magenta #B809BA
Tints of Deep Magenta #B809BA
RGB
CMYK
RGB Variations
Color information
#B809BA (or 0xB809BA) is known color: Deep Magenta. HEX triplet: B8, 09 and BA. RGB value is (184,9,186). Sum of RGB (Red+Green+Blue) = 184+9+186=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #B809BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B809BA is #47F645. Grayscale: #505050. Windows color (decimal): -4716102 or 12192184. OLE color: 12192184.
HSL color Cylindrical-coordinate representation of color #B809BA: hue angle of 299.32º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B809BA is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 9 | 186 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.27 |
| HSL | 299.32º | 0.91% | 0.38% | - |
| HSV(B) | 299.32º | 0.95% | 0.73% | - |
| XYZ | 28.73 | 13.93 | 47.63 | - |
| YUV | 81.5 | 186.98 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 186 | 0.01 | 0.95 | 0 | 0.27 | 299.32 | 0.91 | 0.38 |
| Hex | B8 | 9 | BA | 1 | 5F | 0 | 1B | 12B | 5B | 26 |
| Octal | 270 | 11 | 272 | 1 | 137 | 0 | 33 | 453 | 133 | 46 |
| Binary | 10111000 | 1001 | 10111010 | 1 | 1011111 | 0 | 11011 | 100101011 | 1011011 | 100110 |
Color Harmonies of #B809BA
Complementary color
Monochromatic Colors of #B809BA
Black with #B809BA
Text Example
Text Example
White with #B809BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B809BA; }
p { color: rgb(184,9,186); }
H1.HeaderClassName
{
color: #B809BA;
}
.AnyTagClassName
{
color: #B809BA;
}
</style>
background-color css
<style>
a { background-color: #B809BA; }
a { background-color: rgb(184,9,186); }
div.DivClassName
{
background-color: #B809BA;
}
.BgClassName
{
background-color: #B809BA;
}
</style>
border-color css
<style>
span { border-color: #B809BA; }
span { border-color: rgb(184,9,186); }
td.TdClassName
{
border-color: #B809BA;
}
.TagClassName
{
border-color: #B809BA;
}
</style>