Shades of Medium Violet Red #B814A6
Tints of Medium Violet Red #B814A6
RGB
CMYK
RGB Variations
Color information
#B814A6 (or 0xB814A6) is known color: Medium Violet Red. HEX triplet: B8, 14 and A6. RGB value is (184,20,166). Sum of RGB (Red+Green+Blue) = 184+20+166=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 166 (65.23% from 255 or 44.86% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B814A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B814A6 is #47EB59. Grayscale: #555555. Windows color (decimal): -4713306 or 10884280. OLE color: 10884280.
HSL color Cylindrical-coordinate representation of color #B814A6: hue angle of 306.59º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B814A6 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 166 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.28 |
| HSL | 306.59º | 0.8% | 0.4% | - |
| HSV(B) | 306.59º | 0.89% | 0.72% | - |
| XYZ | 26.9 | 13.44 | 37.25 | - |
| YUV | 85.68 | 173.33 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 166 | 0 | 0.89 | 0.10 | 0.28 | 306.59 | 0.8 | 0.4 |
| Hex | B8 | 14 | A6 | 0 | 59 | A | 1C | 133 | 50 | 28 |
| Octal | 270 | 24 | 246 | 0 | 131 | 12 | 34 | 463 | 120 | 50 |
| Binary | 10111000 | 10100 | 10100110 | 0 | 1011001 | 1010 | 11100 | 100110011 | 1010000 | 101000 |
Color Harmonies of #B814A6
Complementary color
Monochromatic Colors of #B814A6
Black with #B814A6
Text Example
Text Example
White with #B814A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B814A6; }
p { color: rgb(184,20,166); }
H1.HeaderClassName
{
color: #B814A6;
}
.AnyTagClassName
{
color: #B814A6;
}
</style>
background-color css
<style>
a { background-color: #B814A6; }
a { background-color: rgb(184,20,166); }
div.DivClassName
{
background-color: #B814A6;
}
.BgClassName
{
background-color: #B814A6;
}
</style>
border-color css
<style>
span { border-color: #B814A6; }
span { border-color: rgb(184,20,166); }
td.TdClassName
{
border-color: #B814A6;
}
.TagClassName
{
border-color: #B814A6;
}
</style>