Shades of Medium Red Violet #B93077
Tints of Medium Red Violet #B93077
RGB
CMYK
RGB Variations
Color information
#B93077 (or 0xB93077) is known color: Medium Red Violet. HEX triplet: B9, 30 and 77. RGB value is (185,48,119). Sum of RGB (Red+Green+Blue) = 185+48+119=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B93077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93077 is #46CF88. Grayscale: #606060. Windows color (decimal): -4640649 or 7811257. OLE color: 7811257.
HSL color Cylindrical-coordinate representation of color #B93077: hue angle of 328.91º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93077 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 119 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.27 |
| HSL | 328.91º | 0.59% | 0.46% | - |
| HSV(B) | 328.91º | 0.74% | 0.73% | - |
| XYZ | 24.39 | 13.76 | 18.82 | - |
| YUV | 97.06 | 140.39 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 119 | 0 | 0.74 | 0.36 | 0.27 | 328.91 | 0.59 | 0.46 |
| Hex | B9 | 30 | 77 | 0 | 4A | 24 | 1B | 149 | 3B | 2E |
| Octal | 271 | 60 | 167 | 0 | 112 | 44 | 33 | 511 | 73 | 56 |
| Binary | 10111001 | 110000 | 1110111 | 0 | 1001010 | 100100 | 11011 | 101001001 | 111011 | 101110 |
Color Harmonies of #B93077
Complementary color
Monochromatic Colors of #B93077
Black with #B93077
Text Example
Text Example
White with #B93077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93077; }
p { color: rgb(185,48,119); }
H1.HeaderClassName
{
color: #B93077;
}
.AnyTagClassName
{
color: #B93077;
}
</style>
background-color css
<style>
a { background-color: #B93077; }
a { background-color: rgb(185,48,119); }
div.DivClassName
{
background-color: #B93077;
}
.BgClassName
{
background-color: #B93077;
}
</style>
border-color css
<style>
span { border-color: #B93077; }
span { border-color: rgb(185,48,119); }
td.TdClassName
{
border-color: #B93077;
}
.TagClassName
{
border-color: #B93077;
}
</style>