Shades of Medium Red Violet #B93299
Tints of Medium Red Violet #B93299
RGB
CMYK
RGB Variations
Color information
#B93299 (or 0xB93299) is known color: Medium Red Violet. HEX triplet: B9, 32 and 99. RGB value is (185,50,153). Sum of RGB (Red+Green+Blue) = 185+50+153=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B93299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93299 is #46CD66. Grayscale: #656565. Windows color (decimal): -4640103 or 10039993. OLE color: 10039993.
HSL color Cylindrical-coordinate representation of color #B93299: hue angle of 314.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B93299 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 50 | 153 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.27 |
| HSL | 314.22º | 0.57% | 0.46% | - |
| HSV(B) | 314.22º | 0.73% | 0.73% | - |
| XYZ | 26.9 | 14.9 | 31.59 | - |
| YUV | 102.11 | 156.73 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 153 | 0 | 0.73 | 0.17 | 0.27 | 314.22 | 0.57 | 0.46 |
| Hex | B9 | 32 | 99 | 0 | 49 | 11 | 1B | 13A | 39 | 2E |
| Octal | 271 | 62 | 231 | 0 | 111 | 21 | 33 | 472 | 71 | 56 |
| Binary | 10111001 | 110010 | 10011001 | 0 | 1001001 | 10001 | 11011 | 100111010 | 111001 | 101110 |
Color Harmonies of #B93299
Complementary color
Monochromatic Colors of #B93299
Black with #B93299
Text Example
Text Example
White with #B93299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93299; }
p { color: rgb(185,50,153); }
H1.HeaderClassName
{
color: #B93299;
}
.AnyTagClassName
{
color: #B93299;
}
</style>
background-color css
<style>
a { background-color: #B93299; }
a { background-color: rgb(185,50,153); }
div.DivClassName
{
background-color: #B93299;
}
.BgClassName
{
background-color: #B93299;
}
</style>
border-color css
<style>
span { border-color: #B93299; }
span { border-color: rgb(185,50,153); }
td.TdClassName
{
border-color: #B93299;
}
.TagClassName
{
border-color: #B93299;
}
</style>