Shades of Medium Violet Red #B81385
Tints of Medium Violet Red #B81385
RGB
CMYK
RGB Variations
Color information
#B81385 (or 0xB81385) is known color: Medium Violet Red. HEX triplet: B8, 13 and 85. RGB value is (184,19,133). Sum of RGB (Red+Green+Blue) = 184+19+133=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B81385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81385 is #47EC7A. Grayscale: #515151. Windows color (decimal): -4713595 or 8721336. OLE color: 8721336.
HSL color Cylindrical-coordinate representation of color #B81385: hue angle of 318.55º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81385 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 133 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.28 |
| HSL | 318.55º | 0.81% | 0.4% | - |
| HSV(B) | 318.55º | 0.9% | 0.72% | - |
| XYZ | 24.23 | 12.35 | 23.3 | - |
| YUV | 81.33 | 157.16 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 133 | 0 | 0.90 | 0.28 | 0.28 | 318.55 | 0.81 | 0.4 |
| Hex | B8 | 13 | 85 | 0 | 5A | 1C | 1C | 13F | 51 | 28 |
| Octal | 270 | 23 | 205 | 0 | 132 | 34 | 34 | 477 | 121 | 50 |
| Binary | 10111000 | 10011 | 10000101 | 0 | 1011010 | 11100 | 11100 | 100111111 | 1010001 | 101000 |
Color Harmonies of #B81385
Complementary color
Monochromatic Colors of #B81385
Black with #B81385
Text Example
Text Example
White with #B81385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81385; }
p { color: rgb(184,19,133); }
H1.HeaderClassName
{
color: #B81385;
}
.AnyTagClassName
{
color: #B81385;
}
</style>
background-color css
<style>
a { background-color: #B81385; }
a { background-color: rgb(184,19,133); }
div.DivClassName
{
background-color: #B81385;
}
.BgClassName
{
background-color: #B81385;
}
</style>
border-color css
<style>
span { border-color: #B81385; }
span { border-color: rgb(184,19,133); }
td.TdClassName
{
border-color: #B81385;
}
.TagClassName
{
border-color: #B81385;
}
</style>