Shades of Medium Violet Red #B92081
Tints of Medium Violet Red #B92081
RGB
CMYK
RGB Variations
Color information
#B92081 (or 0xB92081) is known color: Medium Violet Red. HEX triplet: B9, 20 and 81. RGB value is (185,32,129). Sum of RGB (Red+Green+Blue) = 185+32+129=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B92081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92081 is #46DF7E. Grayscale: #585858. Windows color (decimal): -4644735 or 8462521. OLE color: 8462521.
HSL color Cylindrical-coordinate representation of color #B92081: hue angle of 321.96º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B92081 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 129 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.27 |
| HSL | 321.96º | 0.71% | 0.43% | - |
| HSV(B) | 321.96º | 0.83% | 0.73% | - |
| XYZ | 24.49 | 12.93 | 21.97 | - |
| YUV | 88.81 | 150.69 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 129 | 0 | 0.83 | 0.30 | 0.27 | 321.96 | 0.71 | 0.43 |
| Hex | B9 | 20 | 81 | 0 | 53 | 1E | 1B | 142 | 47 | 2B |
| Octal | 271 | 40 | 201 | 0 | 123 | 36 | 33 | 502 | 107 | 53 |
| Binary | 10111001 | 100000 | 10000001 | 0 | 1010011 | 11110 | 11011 | 101000010 | 1000111 | 101011 |
Color Harmonies of #B92081
Complementary color
Monochromatic Colors of #B92081
Black with #B92081
Text Example
Text Example
White with #B92081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92081; }
p { color: rgb(185,32,129); }
H1.HeaderClassName
{
color: #B92081;
}
.AnyTagClassName
{
color: #B92081;
}
</style>
background-color css
<style>
a { background-color: #B92081; }
a { background-color: rgb(185,32,129); }
div.DivClassName
{
background-color: #B92081;
}
.BgClassName
{
background-color: #B92081;
}
</style>
border-color css
<style>
span { border-color: #B92081; }
span { border-color: rgb(185,32,129); }
td.TdClassName
{
border-color: #B92081;
}
.TagClassName
{
border-color: #B92081;
}
</style>