Shades of Medium Red Violet #B93478
Tints of Medium Red Violet #B93478
RGB
CMYK
RGB Variations
Color information
#B93478 (or 0xB93478) is known color: Medium Red Violet. HEX triplet: B9, 34 and 78. RGB value is (185,52,120). Sum of RGB (Red+Green+Blue) = 185+52+120=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B93478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93478 is #46CB87. Grayscale: #636363. Windows color (decimal): -4639624 or 7877817. OLE color: 7877817.
HSL color Cylindrical-coordinate representation of color #B93478: hue angle of 329.32º 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 #B93478 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 120 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.27 |
| HSL | 329.32º | 0.56% | 0.46% | - |
| HSV(B) | 329.32º | 0.72% | 0.73% | - |
| XYZ | 24.63 | 14.13 | 19.2 | - |
| YUV | 99.52 | 139.56 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 120 | 0 | 0.72 | 0.35 | 0.27 | 329.32 | 0.56 | 0.46 |
| Hex | B9 | 34 | 78 | 0 | 48 | 23 | 1B | 149 | 38 | 2E |
| Octal | 271 | 64 | 170 | 0 | 110 | 43 | 33 | 511 | 70 | 56 |
| Binary | 10111001 | 110100 | 1111000 | 0 | 1001000 | 100011 | 11011 | 101001001 | 111000 | 101110 |
Color Harmonies of #B93478
Complementary color
Monochromatic Colors of #B93478
Black with #B93478
Text Example
Text Example
White with #B93478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93478; }
p { color: rgb(185,52,120); }
H1.HeaderClassName
{
color: #B93478;
}
.AnyTagClassName
{
color: #B93478;
}
</style>
background-color css
<style>
a { background-color: #B93478; }
a { background-color: rgb(185,52,120); }
div.DivClassName
{
background-color: #B93478;
}
.BgClassName
{
background-color: #B93478;
}
</style>
border-color css
<style>
span { border-color: #B93478; }
span { border-color: rgb(185,52,120); }
td.TdClassName
{
border-color: #B93478;
}
.TagClassName
{
border-color: #B93478;
}
</style>