Shades of Deep Magenta #B809CA
Tints of Deep Magenta #B809CA
RGB
CMYK
RGB Variations
Color information
#B809CA (or 0xB809CA) is known color: Deep Magenta. HEX triplet: B8, 09 and CA. RGB value is (184,9,202). Sum of RGB (Red+Green+Blue) = 184+9+202=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #B809CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B809CA is #47F635. Grayscale: #525252. Windows color (decimal): -4716086 or 13240760. OLE color: 13240760.
HSL color Cylindrical-coordinate representation of color #B809CA: hue angle of 294.4º 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 #B809CA is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 9 | 202 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.21 |
| HSL | 294.4º | 0.91% | 0.41% | - |
| HSV(B) | 294.4º | 0.96% | 0.79% | - |
| XYZ | 30.53 | 14.65 | 57.1 | - |
| YUV | 83.33 | 194.98 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 202 | 0.09 | 0.96 | 0 | 0.21 | 294.4 | 0.91 | 0.41 |
| Hex | B8 | 9 | CA | 9 | 60 | 0 | 15 | 126 | 5B | 29 |
| Octal | 270 | 11 | 312 | 11 | 140 | 0 | 25 | 446 | 133 | 51 |
| Binary | 10111000 | 1001 | 11001010 | 1001 | 1100000 | 0 | 10101 | 100100110 | 1011011 | 101001 |
Color Harmonies of #B809CA
Complementary color
Monochromatic Colors of #B809CA
Black with #B809CA
Text Example
Text Example
White with #B809CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B809CA; }
p { color: rgb(184,9,202); }
H1.HeaderClassName
{
color: #B809CA;
}
.AnyTagClassName
{
color: #B809CA;
}
</style>
background-color css
<style>
a { background-color: #B809CA; }
a { background-color: rgb(184,9,202); }
div.DivClassName
{
background-color: #B809CA;
}
.BgClassName
{
background-color: #B809CA;
}
</style>
border-color css
<style>
span { border-color: #B809CA; }
span { border-color: rgb(184,9,202); }
td.TdClassName
{
border-color: #B809CA;
}
.TagClassName
{
border-color: #B809CA;
}
</style>