Shades of Medium Red Violet #B93588
Tints of Medium Red Violet #B93588
RGB
CMYK
RGB Variations
Color information
#B93588 (or 0xB93588) is known color: Medium Red Violet. HEX triplet: B9, 35 and 88. RGB value is (185,53,136). Sum of RGB (Red+Green+Blue) = 185+53+136=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B93588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93588 is #46CA77. Grayscale: #656565. Windows color (decimal): -4639352 or 8926649. OLE color: 8926649.
HSL color Cylindrical-coordinate representation of color #B93588: hue angle of 322.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93588 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 136 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.27 |
| HSL | 322.27º | 0.55% | 0.47% | - |
| HSV(B) | 322.27º | 0.71% | 0.73% | - |
| XYZ | 25.72 | 14.64 | 24.76 | - |
| YUV | 101.93 | 147.23 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 136 | 0 | 0.71 | 0.26 | 0.27 | 322.27 | 0.55 | 0.47 |
| Hex | B9 | 35 | 88 | 0 | 47 | 1A | 1B | 142 | 37 | 2F |
| Octal | 271 | 65 | 210 | 0 | 107 | 32 | 33 | 502 | 67 | 57 |
| Binary | 10111001 | 110101 | 10001000 | 0 | 1000111 | 11010 | 11011 | 101000010 | 110111 | 101111 |
Color Harmonies of #B93588
Complementary color
Monochromatic Colors of #B93588
Black with #B93588
Text Example
Text Example
White with #B93588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93588; }
p { color: rgb(185,53,136); }
H1.HeaderClassName
{
color: #B93588;
}
.AnyTagClassName
{
color: #B93588;
}
</style>
background-color css
<style>
a { background-color: #B93588; }
a { background-color: rgb(185,53,136); }
div.DivClassName
{
background-color: #B93588;
}
.BgClassName
{
background-color: #B93588;
}
</style>
border-color css
<style>
span { border-color: #B93588; }
span { border-color: rgb(185,53,136); }
td.TdClassName
{
border-color: #B93588;
}
.TagClassName
{
border-color: #B93588;
}
</style>