Shades of Medium Violet Red #B81CAB
Tints of Medium Violet Red #B81CAB
RGB
CMYK
RGB Variations
Color information
#B81CAB (or 0xB81CAB) is known color: Medium Violet Red. HEX triplet: B8, 1C and AB. RGB value is (184,28,171). Sum of RGB (Red+Green+Blue) = 184+28+171=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B81CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81CAB is #47E354. Grayscale: #5A5A5A. Windows color (decimal): -4711253 or 11214008. OLE color: 11214008.
HSL color Cylindrical-coordinate representation of color #B81CAB: hue angle of 305º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81CAB is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 28 | 171 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.28 |
| HSL | 305º | 0.74% | 0.42% | - |
| HSV(B) | 305º | 0.85% | 0.72% | - |
| XYZ | 27.53 | 13.96 | 39.77 | - |
| YUV | 90.95 | 173.18 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 28 | 171 | 0 | 0.85 | 0.07 | 0.28 | 305 | 0.74 | 0.42 |
| Hex | B8 | 1C | AB | 0 | 55 | 7 | 1C | 131 | 4A | 2A |
| Octal | 270 | 34 | 253 | 0 | 125 | 7 | 34 | 461 | 112 | 52 |
| Binary | 10111000 | 11100 | 10101011 | 0 | 1010101 | 111 | 11100 | 100110001 | 1001010 | 101010 |
Color Harmonies of #B81CAB
Complementary color
Monochromatic Colors of #B81CAB
Black with #B81CAB
Text Example
Text Example
White with #B81CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81CAB; }
p { color: rgb(184,28,171); }
H1.HeaderClassName
{
color: #B81CAB;
}
.AnyTagClassName
{
color: #B81CAB;
}
</style>
background-color css
<style>
a { background-color: #B81CAB; }
a { background-color: rgb(184,28,171); }
div.DivClassName
{
background-color: #B81CAB;
}
.BgClassName
{
background-color: #B81CAB;
}
</style>
border-color css
<style>
span { border-color: #B81CAB; }
span { border-color: rgb(184,28,171); }
td.TdClassName
{
border-color: #B81CAB;
}
.TagClassName
{
border-color: #B81CAB;
}
</style>