Shades of Medium Violet Red #B9058B
Tints of Medium Violet Red #B9058B
RGB
CMYK
RGB Variations
Color information
#B9058B (or 0xB9058B) is known color: Medium Violet Red. HEX triplet: B9, 05 and 8B. RGB value is (185,5,139). Sum of RGB (Red+Green+Blue) = 185+5+139=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B9058B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9058B is #46FA74. Grayscale: #494949. Windows color (decimal): -4651637 or 9110969. OLE color: 9110969.
HSL color Cylindrical-coordinate representation of color #B9058B: hue angle of 315.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B9058B is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 5 | 139 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.27 |
| HSL | 315.33º | 0.95% | 0.37% | - |
| HSV(B) | 315.33º | 0.97% | 0.73% | - |
| XYZ | 24.72 | 12.29 | 25.49 | - |
| YUV | 74.1 | 164.63 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 139 | 0 | 0.97 | 0.25 | 0.27 | 315.33 | 0.95 | 0.37 |
| Hex | B9 | 5 | 8B | 0 | 61 | 19 | 1B | 13B | 5F | 25 |
| Octal | 271 | 5 | 213 | 0 | 141 | 31 | 33 | 473 | 137 | 45 |
| Binary | 10111001 | 101 | 10001011 | 0 | 1100001 | 11001 | 11011 | 100111011 | 1011111 | 100101 |
Color Harmonies of #B9058B
Complementary color
Monochromatic Colors of #B9058B
Black with #B9058B
Text Example
Text Example
White with #B9058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9058B; }
p { color: rgb(185,5,139); }
H1.HeaderClassName
{
color: #B9058B;
}
.AnyTagClassName
{
color: #B9058B;
}
</style>
background-color css
<style>
a { background-color: #B9058B; }
a { background-color: rgb(185,5,139); }
div.DivClassName
{
background-color: #B9058B;
}
.BgClassName
{
background-color: #B9058B;
}
</style>
border-color css
<style>
span { border-color: #B9058B; }
span { border-color: rgb(185,5,139); }
td.TdClassName
{
border-color: #B9058B;
}
.TagClassName
{
border-color: #B9058B;
}
</style>