Shades of Medium Red Violet #B93678
Tints of Medium Red Violet #B93678
RGB
CMYK
RGB Variations
Color information
#B93678 (or 0xB93678) is known color: Medium Red Violet. HEX triplet: B9, 36 and 78. RGB value is (185,54,120). Sum of RGB (Red+Green+Blue) = 185+54+120=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B93678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93678 is #46C987. Grayscale: #646464. Windows color (decimal): -4639112 or 7878329. OLE color: 7878329.
HSL color Cylindrical-coordinate representation of color #B93678: hue angle of 329.77º 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 #B93678 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 54 | 120 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.27 |
| HSL | 329.77º | 0.55% | 0.47% | - |
| HSV(B) | 329.77º | 0.71% | 0.73% | - |
| XYZ | 24.72 | 14.31 | 19.23 | - |
| YUV | 100.69 | 138.9 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 120 | 0 | 0.71 | 0.35 | 0.27 | 329.77 | 0.55 | 0.47 |
| Hex | B9 | 36 | 78 | 0 | 47 | 23 | 1B | 14A | 37 | 2F |
| Octal | 271 | 66 | 170 | 0 | 107 | 43 | 33 | 512 | 67 | 57 |
| Binary | 10111001 | 110110 | 1111000 | 0 | 1000111 | 100011 | 11011 | 101001010 | 110111 | 101111 |
Color Harmonies of #B93678
Complementary color
Monochromatic Colors of #B93678
Black with #B93678
Text Example
Text Example
White with #B93678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93678; }
p { color: rgb(185,54,120); }
H1.HeaderClassName
{
color: #B93678;
}
.AnyTagClassName
{
color: #B93678;
}
</style>
background-color css
<style>
a { background-color: #B93678; }
a { background-color: rgb(185,54,120); }
div.DivClassName
{
background-color: #B93678;
}
.BgClassName
{
background-color: #B93678;
}
</style>
border-color css
<style>
span { border-color: #B93678; }
span { border-color: rgb(185,54,120); }
td.TdClassName
{
border-color: #B93678;
}
.TagClassName
{
border-color: #B93678;
}
</style>