Shades of Medium Violet Red #B81CA5
Tints of Medium Violet Red #B81CA5
RGB
CMYK
RGB Variations
Color information
#B81CA5 (or 0xB81CA5) is known color: Medium Violet Red. HEX triplet: B8, 1C and A5. RGB value is (184,28,165). Sum of RGB (Red+Green+Blue) = 184+28+165=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B81CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81CA5 is #47E35A. Grayscale: #595959. Windows color (decimal): -4711259 or 10820792. OLE color: 10820792.
HSL color Cylindrical-coordinate representation of color #B81CA5: hue angle of 307.31º 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 #B81CA5 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 28 | 165 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.28 |
| HSL | 307.31º | 0.74% | 0.42% | - |
| HSV(B) | 307.31º | 0.85% | 0.72% | - |
| XYZ | 26.97 | 13.74 | 36.83 | - |
| YUV | 90.26 | 170.18 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 28 | 165 | 0 | 0.85 | 0.10 | 0.28 | 307.31 | 0.74 | 0.42 |
| Hex | B8 | 1C | A5 | 0 | 55 | A | 1C | 133 | 4A | 2A |
| Octal | 270 | 34 | 245 | 0 | 125 | 12 | 34 | 463 | 112 | 52 |
| Binary | 10111000 | 11100 | 10100101 | 0 | 1010101 | 1010 | 11100 | 100110011 | 1001010 | 101010 |
Color Harmonies of #B81CA5
Complementary color
Monochromatic Colors of #B81CA5
Black with #B81CA5
Text Example
Text Example
White with #B81CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81CA5; }
p { color: rgb(184,28,165); }
H1.HeaderClassName
{
color: #B81CA5;
}
.AnyTagClassName
{
color: #B81CA5;
}
</style>
background-color css
<style>
a { background-color: #B81CA5; }
a { background-color: rgb(184,28,165); }
div.DivClassName
{
background-color: #B81CA5;
}
.BgClassName
{
background-color: #B81CA5;
}
</style>
border-color css
<style>
span { border-color: #B81CA5; }
span { border-color: rgb(184,28,165); }
td.TdClassName
{
border-color: #B81CA5;
}
.TagClassName
{
border-color: #B81CA5;
}
</style>