Shades of Medium Violet Red #B81095
Tints of Medium Violet Red #B81095
RGB
CMYK
RGB Variations
Color information
#B81095 (or 0xB81095) is known color: Medium Violet Red. HEX triplet: B8, 10 and 95. RGB value is (184,16,149). Sum of RGB (Red+Green+Blue) = 184+16+149=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B81095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81095 is #47EF6A. Grayscale: #515151. Windows color (decimal): -4714347 or 9769144. OLE color: 9769144.
HSL color Cylindrical-coordinate representation of color #B81095: hue angle of 312.5º degrees, saturation: 0.84, 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 #B81095 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 149 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.28 |
| HSL | 312.5º | 0.84% | 0.39% | - |
| HSV(B) | 312.5º | 0.91% | 0.72% | - |
| XYZ | 25.38 | 12.73 | 29.55 | - |
| YUV | 81.39 | 166.16 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 149 | 0 | 0.91 | 0.19 | 0.28 | 312.5 | 0.84 | 0.39 |
| Hex | B8 | 10 | 95 | 0 | 5B | 13 | 1C | 138 | 54 | 27 |
| Octal | 270 | 20 | 225 | 0 | 133 | 23 | 34 | 470 | 124 | 47 |
| Binary | 10111000 | 10000 | 10010101 | 0 | 1011011 | 10011 | 11100 | 100111000 | 1010100 | 100111 |
Color Harmonies of #B81095
Complementary color
Monochromatic Colors of #B81095
Black with #B81095
Text Example
Text Example
White with #B81095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81095; }
p { color: rgb(184,16,149); }
H1.HeaderClassName
{
color: #B81095;
}
.AnyTagClassName
{
color: #B81095;
}
</style>
background-color css
<style>
a { background-color: #B81095; }
a { background-color: rgb(184,16,149); }
div.DivClassName
{
background-color: #B81095;
}
.BgClassName
{
background-color: #B81095;
}
</style>
border-color css
<style>
span { border-color: #B81095; }
span { border-color: rgb(184,16,149); }
td.TdClassName
{
border-color: #B81095;
}
.TagClassName
{
border-color: #B81095;
}
</style>