Shades of Medium Violet Red #B81B9C
Tints of Medium Violet Red #B81B9C
RGB
CMYK
RGB Variations
Color information
#B81B9C (or 0xB81B9C) is known color: Medium Violet Red. HEX triplet: B8, 1B and 9C. RGB value is (184,27,156). Sum of RGB (Red+Green+Blue) = 184+27+156=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81B9C is #47E463. Grayscale: #585858. Windows color (decimal): -4711524 or 10230712. OLE color: 10230712.
HSL color Cylindrical-coordinate representation of color #B81B9C: hue angle of 310.7º 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 #B81B9C is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 27 | 156 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.28 |
| HSL | 310.7º | 0.74% | 0.41% | - |
| HSV(B) | 310.7º | 0.85% | 0.72% | - |
| XYZ | 26.16 | 13.37 | 32.66 | - |
| YUV | 88.65 | 166.01 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 156 | 0 | 0.85 | 0.15 | 0.28 | 310.7 | 0.74 | 0.41 |
| Hex | B8 | 1B | 9C | 0 | 55 | F | 1C | 137 | 4A | 29 |
| Octal | 270 | 33 | 234 | 0 | 125 | 17 | 34 | 467 | 112 | 51 |
| Binary | 10111000 | 11011 | 10011100 | 0 | 1010101 | 1111 | 11100 | 100110111 | 1001010 | 101001 |
Color Harmonies of #B81B9C
Complementary color
Monochromatic Colors of #B81B9C
Black with #B81B9C
Text Example
Text Example
White with #B81B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81B9C; }
p { color: rgb(184,27,156); }
H1.HeaderClassName
{
color: #B81B9C;
}
.AnyTagClassName
{
color: #B81B9C;
}
</style>
background-color css
<style>
a { background-color: #B81B9C; }
a { background-color: rgb(184,27,156); }
div.DivClassName
{
background-color: #B81B9C;
}
.BgClassName
{
background-color: #B81B9C;
}
</style>
border-color css
<style>
span { border-color: #B81B9C; }
span { border-color: rgb(184,27,156); }
td.TdClassName
{
border-color: #B81B9C;
}
.TagClassName
{
border-color: #B81B9C;
}
</style>