Shades of Medium Violet Red #B81B9D
Tints of Medium Violet Red #B81B9D
RGB
CMYK
RGB Variations
Color information
#B81B9D (or 0xB81B9D) is known color: Medium Violet Red. HEX triplet: B8, 1B and 9D. RGB value is (184,27,157). Sum of RGB (Red+Green+Blue) = 184+27+157=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81B9D is #47E462. Grayscale: #585858. Windows color (decimal): -4711523 or 10296248. OLE color: 10296248.
HSL color Cylindrical-coordinate representation of color #B81B9D: hue angle of 310.32º 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 #B81B9D is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 27 | 157 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.28 |
| HSL | 310.32º | 0.74% | 0.41% | - |
| HSV(B) | 310.32º | 0.85% | 0.72% | - |
| XYZ | 26.24 | 13.41 | 33.1 | - |
| YUV | 88.76 | 166.51 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 157 | 0 | 0.85 | 0.15 | 0.28 | 310.32 | 0.74 | 0.41 |
| Hex | B8 | 1B | 9D | 0 | 55 | F | 1C | 136 | 4A | 29 |
| Octal | 270 | 33 | 235 | 0 | 125 | 17 | 34 | 466 | 112 | 51 |
| Binary | 10111000 | 11011 | 10011101 | 0 | 1010101 | 1111 | 11100 | 100110110 | 1001010 | 101001 |
Color Harmonies of #B81B9D
Complementary color
Monochromatic Colors of #B81B9D
Black with #B81B9D
Text Example
Text Example
White with #B81B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81B9D; }
p { color: rgb(184,27,157); }
H1.HeaderClassName
{
color: #B81B9D;
}
.AnyTagClassName
{
color: #B81B9D;
}
</style>
background-color css
<style>
a { background-color: #B81B9D; }
a { background-color: rgb(184,27,157); }
div.DivClassName
{
background-color: #B81B9D;
}
.BgClassName
{
background-color: #B81B9D;
}
</style>
border-color css
<style>
span { border-color: #B81B9D; }
span { border-color: rgb(184,27,157); }
td.TdClassName
{
border-color: #B81B9D;
}
.TagClassName
{
border-color: #B81B9D;
}
</style>