Shades of Medium Red Violet #B93075
Tints of Medium Red Violet #B93075
RGB
CMYK
RGB Variations
Color information
#B93075 (or 0xB93075) is known color: Medium Red Violet. HEX triplet: B9, 30 and 75. RGB value is (185,48,117). Sum of RGB (Red+Green+Blue) = 185+48+117=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B93075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93075 is #46CF8A. Grayscale: #606060. Windows color (decimal): -4640651 or 7680185. OLE color: 7680185.
HSL color Cylindrical-coordinate representation of color #B93075: hue angle of 329.78º 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 #B93075 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 117 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.27 |
| HSL | 329.78º | 0.59% | 0.46% | - |
| HSV(B) | 329.78º | 0.74% | 0.73% | - |
| XYZ | 24.28 | 13.71 | 18.2 | - |
| YUV | 96.83 | 139.39 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 117 | 0 | 0.74 | 0.37 | 0.27 | 329.78 | 0.59 | 0.46 |
| Hex | B9 | 30 | 75 | 0 | 4A | 25 | 1B | 14A | 3B | 2E |
| Octal | 271 | 60 | 165 | 0 | 112 | 45 | 33 | 512 | 73 | 56 |
| Binary | 10111001 | 110000 | 1110101 | 0 | 1001010 | 100101 | 11011 | 101001010 | 111011 | 101110 |
Color Harmonies of #B93075
Complementary color
Monochromatic Colors of #B93075
Black with #B93075
Text Example
Text Example
White with #B93075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93075; }
p { color: rgb(185,48,117); }
H1.HeaderClassName
{
color: #B93075;
}
.AnyTagClassName
{
color: #B93075;
}
</style>
background-color css
<style>
a { background-color: #B93075; }
a { background-color: rgb(185,48,117); }
div.DivClassName
{
background-color: #B93075;
}
.BgClassName
{
background-color: #B93075;
}
</style>
border-color css
<style>
span { border-color: #B93075; }
span { border-color: rgb(185,48,117); }
td.TdClassName
{
border-color: #B93075;
}
.TagClassName
{
border-color: #B93075;
}
</style>