Shades of Medium Violet Red #B8209A
Tints of Medium Violet Red #B8209A
RGB
CMYK
RGB Variations
Color information
#B8209A (or 0xB8209A) is known color: Medium Violet Red. HEX triplet: B8, 20 and 9A. RGB value is (184,32,154). Sum of RGB (Red+Green+Blue) = 184+32+154=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B8209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8209A is #47DF65. Grayscale: #5B5B5B. Windows color (decimal): -4710246 or 10100920. OLE color: 10100920.
HSL color Cylindrical-coordinate representation of color #B8209A: hue angle of 311.84º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8209A is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 154 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.28 |
| HSL | 311.84º | 0.7% | 0.42% | - |
| HSV(B) | 311.84º | 0.83% | 0.72% | - |
| XYZ | 26.12 | 13.56 | 31.81 | - |
| YUV | 91.36 | 163.36 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 154 | 0 | 0.83 | 0.16 | 0.28 | 311.84 | 0.7 | 0.42 |
| Hex | B8 | 20 | 9A | 0 | 53 | 10 | 1C | 138 | 46 | 2A |
| Octal | 270 | 40 | 232 | 0 | 123 | 20 | 34 | 470 | 106 | 52 |
| Binary | 10111000 | 100000 | 10011010 | 0 | 1010011 | 10000 | 11100 | 100111000 | 1000110 | 101010 |
Color Harmonies of #B8209A
Complementary color
Monochromatic Colors of #B8209A
Black with #B8209A
Text Example
Text Example
White with #B8209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8209A; }
p { color: rgb(184,32,154); }
H1.HeaderClassName
{
color: #B8209A;
}
.AnyTagClassName
{
color: #B8209A;
}
</style>
background-color css
<style>
a { background-color: #B8209A; }
a { background-color: rgb(184,32,154); }
div.DivClassName
{
background-color: #B8209A;
}
.BgClassName
{
background-color: #B8209A;
}
</style>
border-color css
<style>
span { border-color: #B8209A; }
span { border-color: rgb(184,32,154); }
td.TdClassName
{
border-color: #B8209A;
}
.TagClassName
{
border-color: #B8209A;
}
</style>