Shades of Medium Red Violet #B93088
Tints of Medium Red Violet #B93088
RGB
CMYK
RGB Variations
Color information
#B93088 (or 0xB93088) is known color: Medium Red Violet. HEX triplet: B9, 30 and 88. RGB value is (185,48,136). Sum of RGB (Red+Green+Blue) = 185+48+136=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B93088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93088 is #46CF77. Grayscale: #626262. Windows color (decimal): -4640632 or 8925369. OLE color: 8925369.
HSL color Cylindrical-coordinate representation of color #B93088: hue angle of 321.46º 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 #B93088 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 136 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.27 |
| HSL | 321.46º | 0.59% | 0.46% | - |
| HSV(B) | 321.46º | 0.74% | 0.73% | - |
| XYZ | 25.51 | 14.21 | 24.69 | - |
| YUV | 99 | 148.89 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 136 | 0 | 0.74 | 0.26 | 0.27 | 321.46 | 0.59 | 0.46 |
| Hex | B9 | 30 | 88 | 0 | 4A | 1A | 1B | 141 | 3B | 2E |
| Octal | 271 | 60 | 210 | 0 | 112 | 32 | 33 | 501 | 73 | 56 |
| Binary | 10111001 | 110000 | 10001000 | 0 | 1001010 | 11010 | 11011 | 101000001 | 111011 | 101110 |
Color Harmonies of #B93088
Complementary color
Monochromatic Colors of #B93088
Black with #B93088
Text Example
Text Example
White with #B93088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93088; }
p { color: rgb(185,48,136); }
H1.HeaderClassName
{
color: #B93088;
}
.AnyTagClassName
{
color: #B93088;
}
</style>
background-color css
<style>
a { background-color: #B93088; }
a { background-color: rgb(185,48,136); }
div.DivClassName
{
background-color: #B93088;
}
.BgClassName
{
background-color: #B93088;
}
</style>
border-color css
<style>
span { border-color: #B93088; }
span { border-color: rgb(185,48,136); }
td.TdClassName
{
border-color: #B93088;
}
.TagClassName
{
border-color: #B93088;
}
</style>