Shades of Medium Violet Red #B811A3
Tints of Medium Violet Red #B811A3
RGB
CMYK
RGB Variations
Color information
#B811A3 (or 0xB811A3) is known color: Medium Violet Red. HEX triplet: B8, 11 and A3. RGB value is (184,17,163). Sum of RGB (Red+Green+Blue) = 184+17+163=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 163 (64.06% from 255 or 44.78% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B811A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B811A3 is #47EE5C. Grayscale: #535353. Windows color (decimal): -4714077 or 10686904. OLE color: 10686904.
HSL color Cylindrical-coordinate representation of color #B811A3: hue angle of 307.54º 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 #B811A3 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 163 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.28 |
| HSL | 307.54º | 0.83% | 0.39% | - |
| HSV(B) | 307.54º | 0.91% | 0.72% | - |
| XYZ | 26.58 | 13.24 | 35.8 | - |
| YUV | 83.58 | 172.83 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 163 | 0 | 0.91 | 0.11 | 0.28 | 307.54 | 0.83 | 0.39 |
| Hex | B8 | 11 | A3 | 0 | 5B | B | 1C | 134 | 53 | 27 |
| Octal | 270 | 21 | 243 | 0 | 133 | 13 | 34 | 464 | 123 | 47 |
| Binary | 10111000 | 10001 | 10100011 | 0 | 1011011 | 1011 | 11100 | 100110100 | 1010011 | 100111 |
Color Harmonies of #B811A3
Complementary color
Monochromatic Colors of #B811A3
Black with #B811A3
Text Example
Text Example
White with #B811A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B811A3; }
p { color: rgb(184,17,163); }
H1.HeaderClassName
{
color: #B811A3;
}
.AnyTagClassName
{
color: #B811A3;
}
</style>
background-color css
<style>
a { background-color: #B811A3; }
a { background-color: rgb(184,17,163); }
div.DivClassName
{
background-color: #B811A3;
}
.BgClassName
{
background-color: #B811A3;
}
</style>
border-color css
<style>
span { border-color: #B811A3; }
span { border-color: rgb(184,17,163); }
td.TdClassName
{
border-color: #B811A3;
}
.TagClassName
{
border-color: #B811A3;
}
</style>