Shades of Medium Red Violet #B94082
Tints of Medium Red Violet #B94082
RGB
CMYK
RGB Variations
Color information
#B94082 (or 0xB94082) is known color: Medium Red Violet. HEX triplet: B9, 40 and 82. RGB value is (185,64,130). Sum of RGB (Red+Green+Blue) = 185+64+130=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B94082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94082 is #46BF7D. Grayscale: #6B6B6B. Windows color (decimal): -4636542 or 8536249. OLE color: 8536249.
HSL color Cylindrical-coordinate representation of color #B94082: hue angle of 327.27º degrees, saturation: 0.49, 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 #B94082 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 64 | 130 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.27 |
| HSL | 327.27º | 0.49% | 0.49% | - |
| HSV(B) | 327.27º | 0.65% | 0.73% | - |
| XYZ | 25.87 | 15.59 | 22.77 | - |
| YUV | 107.7 | 140.59 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 130 | 0 | 0.65 | 0.30 | 0.27 | 327.27 | 0.49 | 0.49 |
| Hex | B9 | 40 | 82 | 0 | 41 | 1E | 1B | 147 | 31 | 31 |
| Octal | 271 | 100 | 202 | 0 | 101 | 36 | 33 | 507 | 61 | 61 |
| Binary | 10111001 | 1000000 | 10000010 | 0 | 1000001 | 11110 | 11011 | 101000111 | 110001 | 110001 |
Color Harmonies of #B94082
Complementary color
Monochromatic Colors of #B94082
Black with #B94082
Text Example
Text Example
White with #B94082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94082; }
p { color: rgb(185,64,130); }
H1.HeaderClassName
{
color: #B94082;
}
.AnyTagClassName
{
color: #B94082;
}
</style>
background-color css
<style>
a { background-color: #B94082; }
a { background-color: rgb(185,64,130); }
div.DivClassName
{
background-color: #B94082;
}
.BgClassName
{
background-color: #B94082;
}
</style>
border-color css
<style>
span { border-color: #B94082; }
span { border-color: rgb(185,64,130); }
td.TdClassName
{
border-color: #B94082;
}
.TagClassName
{
border-color: #B94082;
}
</style>