Shades of Medium Violet Red #B81BA5
Tints of Medium Violet Red #B81BA5
RGB
CMYK
RGB Variations
Color information
#B81BA5 (or 0xB81BA5) is known color: Medium Violet Red. HEX triplet: B8, 1B and A5. RGB value is (184,27,165). Sum of RGB (Red+Green+Blue) = 184+27+165=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 27 (10.94% from 255 or 7.18% from 376); Blue value is 165 (64.84% from 255 or 43.88% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B81BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81BA5 is #47E45A. Grayscale: #595959. Windows color (decimal): -4711515 or 10820536. OLE color: 10820536.
HSL color Cylindrical-coordinate representation of color #B81BA5: hue angle of 307.26º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81BA5 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 27 | 165 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.28 |
| HSL | 307.26º | 0.74% | 0.41% | - |
| HSV(B) | 307.26º | 0.85% | 0.72% | - |
| XYZ | 26.95 | 13.69 | 36.82 | - |
| YUV | 89.68 | 170.51 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 165 | 0 | 0.85 | 0.10 | 0.28 | 307.26 | 0.74 | 0.41 |
| Hex | B8 | 1B | A5 | 0 | 55 | A | 1C | 133 | 4A | 29 |
| Octal | 270 | 33 | 245 | 0 | 125 | 12 | 34 | 463 | 112 | 51 |
| Binary | 10111000 | 11011 | 10100101 | 0 | 1010101 | 1010 | 11100 | 100110011 | 1001010 | 101001 |
Color Harmonies of #B81BA5
Complementary color
Monochromatic Colors of #B81BA5
Black with #B81BA5
Text Example
Text Example
White with #B81BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81BA5; }
p { color: rgb(184,27,165); }
H1.HeaderClassName
{
color: #B81BA5;
}
.AnyTagClassName
{
color: #B81BA5;
}
</style>
background-color css
<style>
a { background-color: #B81BA5; }
a { background-color: rgb(184,27,165); }
div.DivClassName
{
background-color: #B81BA5;
}
.BgClassName
{
background-color: #B81BA5;
}
</style>
border-color css
<style>
span { border-color: #B81BA5; }
span { border-color: rgb(184,27,165); }
td.TdClassName
{
border-color: #B81BA5;
}
.TagClassName
{
border-color: #B81BA5;
}
</style>