Shades of Medium Violet Red #B809A0
Tints of Medium Violet Red #B809A0
RGB
CMYK
RGB Variations
Color information
#B809A0 (or 0xB809A0) is known color: Medium Violet Red. HEX triplet: B8, 09 and A0. RGB value is (184,9,160). Sum of RGB (Red+Green+Blue) = 184+9+160=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B809A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B809A0 is #47F65F. Grayscale: #4E4E4E. Windows color (decimal): -4716128 or 10488248. OLE color: 10488248.
HSL color Cylindrical-coordinate representation of color #B809A0: hue angle of 308.23º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B809A0 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 160 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.28 |
| HSL | 308.23º | 0.91% | 0.38% | - |
| HSV(B) | 308.23º | 0.95% | 0.72% | - |
| XYZ | 26.21 | 12.92 | 34.37 | - |
| YUV | 78.54 | 173.98 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 160 | 0 | 0.95 | 0.13 | 0.28 | 308.23 | 0.91 | 0.38 |
| Hex | B8 | 9 | A0 | 0 | 5F | D | 1C | 134 | 5B | 26 |
| Octal | 270 | 11 | 240 | 0 | 137 | 15 | 34 | 464 | 133 | 46 |
| Binary | 10111000 | 1001 | 10100000 | 0 | 1011111 | 1101 | 11100 | 100110100 | 1011011 | 100110 |
Color Harmonies of #B809A0
Complementary color
Monochromatic Colors of #B809A0
Black with #B809A0
Text Example
Text Example
White with #B809A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B809A0; }
p { color: rgb(184,9,160); }
H1.HeaderClassName
{
color: #B809A0;
}
.AnyTagClassName
{
color: #B809A0;
}
</style>
background-color css
<style>
a { background-color: #B809A0; }
a { background-color: rgb(184,9,160); }
div.DivClassName
{
background-color: #B809A0;
}
.BgClassName
{
background-color: #B809A0;
}
</style>
border-color css
<style>
span { border-color: #B809A0; }
span { border-color: rgb(184,9,160); }
td.TdClassName
{
border-color: #B809A0;
}
.TagClassName
{
border-color: #B809A0;
}
</style>