Shades of Medium Red Violet #B94180
Tints of Medium Red Violet #B94180
RGB
CMYK
RGB Variations
Color information
#B94180 (or 0xB94180) is known color: Medium Red Violet. HEX triplet: B9, 41 and 80. RGB value is (185,65,128). Sum of RGB (Red+Green+Blue) = 185+65+128=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B94180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94180 is #46BE7F. Grayscale: #6B6B6B. Windows color (decimal): -4636288 or 8405433. OLE color: 8405433.
HSL color Cylindrical-coordinate representation of color #B94180: hue angle of 328.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94180 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 65 | 128 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.27 |
| HSL | 328.5º | 0.48% | 0.49% | - |
| HSV(B) | 328.5º | 0.65% | 0.73% | - |
| XYZ | 25.79 | 15.65 | 22.08 | - |
| YUV | 108.06 | 139.26 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 65 | 128 | 0 | 0.65 | 0.31 | 0.27 | 328.5 | 0.48 | 0.49 |
| Hex | B9 | 41 | 80 | 0 | 41 | 1F | 1B | 148 | 30 | 31 |
| Octal | 271 | 101 | 200 | 0 | 101 | 37 | 33 | 510 | 60 | 61 |
| Binary | 10111001 | 1000001 | 10000000 | 0 | 1000001 | 11111 | 11011 | 101001000 | 110000 | 110001 |
Color Harmonies of #B94180
Complementary color
Monochromatic Colors of #B94180
Black with #B94180
Text Example
Text Example
White with #B94180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94180; }
p { color: rgb(185,65,128); }
H1.HeaderClassName
{
color: #B94180;
}
.AnyTagClassName
{
color: #B94180;
}
</style>
background-color css
<style>
a { background-color: #B94180; }
a { background-color: rgb(185,65,128); }
div.DivClassName
{
background-color: #B94180;
}
.BgClassName
{
background-color: #B94180;
}
</style>
border-color css
<style>
span { border-color: #B94180; }
span { border-color: rgb(185,65,128); }
td.TdClassName
{
border-color: #B94180;
}
.TagClassName
{
border-color: #B94180;
}
</style>