Shades of Medium Violet Red #B811A8
Tints of Medium Violet Red #B811A8
RGB
CMYK
RGB Variations
Color information
#B811A8 (or 0xB811A8) is known color: Medium Violet Red. HEX triplet: B8, 11 and A8. RGB value is (184,17,168). Sum of RGB (Red+Green+Blue) = 184+17+168=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 168 (66.02% from 255 or 45.53% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B811A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B811A8 is #47EE57. Grayscale: #535353. Windows color (decimal): -4714072 or 11014584. OLE color: 11014584.
HSL color Cylindrical-coordinate representation of color #B811A8: hue angle of 305.75º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B811A8 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 168 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.28 |
| HSL | 305.75º | 0.83% | 0.39% | - |
| HSV(B) | 305.75º | 0.91% | 0.72% | - |
| XYZ | 27.04 | 13.42 | 38.21 | - |
| YUV | 84.15 | 175.33 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 168 | 0 | 0.91 | 0.09 | 0.28 | 305.75 | 0.83 | 0.39 |
| Hex | B8 | 11 | A8 | 0 | 5B | 9 | 1C | 132 | 53 | 27 |
| Octal | 270 | 21 | 250 | 0 | 133 | 11 | 34 | 462 | 123 | 47 |
| Binary | 10111000 | 10001 | 10101000 | 0 | 1011011 | 1001 | 11100 | 100110010 | 1010011 | 100111 |
Color Harmonies of #B811A8
Complementary color
Monochromatic Colors of #B811A8
Black with #B811A8
Text Example
Text Example
White with #B811A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B811A8; }
p { color: rgb(184,17,168); }
H1.HeaderClassName
{
color: #B811A8;
}
.AnyTagClassName
{
color: #B811A8;
}
</style>
background-color css
<style>
a { background-color: #B811A8; }
a { background-color: rgb(184,17,168); }
div.DivClassName
{
background-color: #B811A8;
}
.BgClassName
{
background-color: #B811A8;
}
</style>
border-color css
<style>
span { border-color: #B811A8; }
span { border-color: rgb(184,17,168); }
td.TdClassName
{
border-color: #B811A8;
}
.TagClassName
{
border-color: #B811A8;
}
</style>