Shades of Medium Red Violet #B93495
Tints of Medium Red Violet #B93495
RGB
CMYK
RGB Variations
Color information
#B93495 (or 0xB93495) is known color: Medium Red Violet. HEX triplet: B9, 34 and 95. RGB value is (185,52,149). Sum of RGB (Red+Green+Blue) = 185+52+149=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B93495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93495 is #46CB6A. Grayscale: #666666. Windows color (decimal): -4639595 or 9778361. OLE color: 9778361.
HSL color Cylindrical-coordinate representation of color #B93495: hue angle of 316.24º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93495 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 149 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.27 |
| HSL | 316.24º | 0.56% | 0.46% | - |
| HSV(B) | 316.24º | 0.72% | 0.73% | - |
| XYZ | 26.66 | 14.94 | 29.91 | - |
| YUV | 102.83 | 154.06 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 149 | 0 | 0.72 | 0.19 | 0.27 | 316.24 | 0.56 | 0.46 |
| Hex | B9 | 34 | 95 | 0 | 48 | 13 | 1B | 13C | 38 | 2E |
| Octal | 271 | 64 | 225 | 0 | 110 | 23 | 33 | 474 | 70 | 56 |
| Binary | 10111001 | 110100 | 10010101 | 0 | 1001000 | 10011 | 11011 | 100111100 | 111000 | 101110 |
Color Harmonies of #B93495
Complementary color
Monochromatic Colors of #B93495
Black with #B93495
Text Example
Text Example
White with #B93495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93495; }
p { color: rgb(185,52,149); }
H1.HeaderClassName
{
color: #B93495;
}
.AnyTagClassName
{
color: #B93495;
}
</style>
background-color css
<style>
a { background-color: #B93495; }
a { background-color: rgb(185,52,149); }
div.DivClassName
{
background-color: #B93495;
}
.BgClassName
{
background-color: #B93495;
}
</style>
border-color css
<style>
span { border-color: #B93495; }
span { border-color: rgb(185,52,149); }
td.TdClassName
{
border-color: #B93495;
}
.TagClassName
{
border-color: #B93495;
}
</style>