Shades of Medium Red Violet #B93080
Tints of Medium Red Violet #B93080
RGB
CMYK
RGB Variations
Color information
#B93080 (or 0xB93080) is known color: Medium Red Violet. HEX triplet: B9, 30 and 80. RGB value is (185,48,128). Sum of RGB (Red+Green+Blue) = 185+48+128=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B93080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93080 is #46CF7F. Grayscale: #616161. Windows color (decimal): -4640640 or 8401081. OLE color: 8401081.
HSL color Cylindrical-coordinate representation of color #B93080: hue angle of 324.96º 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 #B93080 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 128 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.27 |
| HSL | 324.96º | 0.59% | 0.46% | - |
| HSV(B) | 324.96º | 0.74% | 0.73% | - |
| XYZ | 24.96 | 13.99 | 21.81 | - |
| YUV | 98.08 | 144.89 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 128 | 0 | 0.74 | 0.31 | 0.27 | 324.96 | 0.59 | 0.46 |
| Hex | B9 | 30 | 80 | 0 | 4A | 1F | 1B | 145 | 3B | 2E |
| Octal | 271 | 60 | 200 | 0 | 112 | 37 | 33 | 505 | 73 | 56 |
| Binary | 10111001 | 110000 | 10000000 | 0 | 1001010 | 11111 | 11011 | 101000101 | 111011 | 101110 |
Color Harmonies of #B93080
Complementary color
Monochromatic Colors of #B93080
Black with #B93080
Text Example
Text Example
White with #B93080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93080; }
p { color: rgb(185,48,128); }
H1.HeaderClassName
{
color: #B93080;
}
.AnyTagClassName
{
color: #B93080;
}
</style>
background-color css
<style>
a { background-color: #B93080; }
a { background-color: rgb(185,48,128); }
div.DivClassName
{
background-color: #B93080;
}
.BgClassName
{
background-color: #B93080;
}
</style>
border-color css
<style>
span { border-color: #B93080; }
span { border-color: rgb(185,48,128); }
td.TdClassName
{
border-color: #B93080;
}
.TagClassName
{
border-color: #B93080;
}
</style>