Shades of Medium Violet Red #B81C8B
Tints of Medium Violet Red #B81C8B
RGB
CMYK
RGB Variations
Color information
#B81C8B (or 0xB81C8B) is known color: Medium Violet Red. HEX triplet: B8, 1C and 8B. RGB value is (184,28,139). Sum of RGB (Red+Green+Blue) = 184+28+139=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81C8B is #47E374. Grayscale: #575757. Windows color (decimal): -4711285 or 9116856. OLE color: 9116856.
HSL color Cylindrical-coordinate representation of color #B81C8B: hue angle of 317.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 #B81C8B is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 28 | 139 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.28 |
| HSL | 317.31º | 0.74% | 0.42% | - |
| HSV(B) | 317.31º | 0.85% | 0.72% | - |
| XYZ | 24.84 | 12.88 | 25.6 | - |
| YUV | 87.3 | 157.18 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 28 | 139 | 0 | 0.85 | 0.24 | 0.28 | 317.31 | 0.74 | 0.42 |
| Hex | B8 | 1C | 8B | 0 | 55 | 18 | 1C | 13D | 4A | 2A |
| Octal | 270 | 34 | 213 | 0 | 125 | 30 | 34 | 475 | 112 | 52 |
| Binary | 10111000 | 11100 | 10001011 | 0 | 1010101 | 11000 | 11100 | 100111101 | 1001010 | 101010 |
Color Harmonies of #B81C8B
Complementary color
Monochromatic Colors of #B81C8B
Black with #B81C8B
Text Example
Text Example
White with #B81C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81C8B; }
p { color: rgb(184,28,139); }
H1.HeaderClassName
{
color: #B81C8B;
}
.AnyTagClassName
{
color: #B81C8B;
}
</style>
background-color css
<style>
a { background-color: #B81C8B; }
a { background-color: rgb(184,28,139); }
div.DivClassName
{
background-color: #B81C8B;
}
.BgClassName
{
background-color: #B81C8B;
}
</style>
border-color css
<style>
span { border-color: #B81C8B; }
span { border-color: rgb(184,28,139); }
td.TdClassName
{
border-color: #B81C8B;
}
.TagClassName
{
border-color: #B81C8B;
}
</style>