Shades of Medium Red Violet #B04199
Tints of Medium Red Violet #B04199
RGB
CMYK
RGB Variations
Color information
#B04199 (or 0xB04199) is known color: Medium Red Violet. HEX triplet: B0, 41 and 99. RGB value is (176,65,153). Sum of RGB (Red+Green+Blue) = 176+65+153=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B04199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04199 is #4FBE66. Grayscale: #6B6B6B. Windows color (decimal): -5226087 or 10043824. OLE color: 10043824.
HSL color Cylindrical-coordinate representation of color #B04199: hue angle of 312.43º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B04199 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 153 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.31 |
| HSL | 312.43º | 0.46% | 0.47% | - |
| HSV(B) | 312.43º | 0.63% | 0.69% | - |
| XYZ | 25.54 | 15.31 | 31.75 | - |
| YUV | 108.22 | 153.27 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 153 | 0 | 0.63 | 0.13 | 0.31 | 312.43 | 0.46 | 0.47 |
| Hex | B0 | 41 | 99 | 0 | 3F | D | 1F | 138 | 2E | 2F |
| Octal | 260 | 101 | 231 | 0 | 77 | 15 | 37 | 470 | 56 | 57 |
| Binary | 10110000 | 1000001 | 10011001 | 0 | 111111 | 1101 | 11111 | 100111000 | 101110 | 101111 |
Color Harmonies of #B04199
Complementary color
Monochromatic Colors of #B04199
Black with #B04199
Text Example
Text Example
White with #B04199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04199; }
p { color: rgb(176,65,153); }
H1.HeaderClassName
{
color: #B04199;
}
.AnyTagClassName
{
color: #B04199;
}
</style>
background-color css
<style>
a { background-color: #B04199; }
a { background-color: rgb(176,65,153); }
div.DivClassName
{
background-color: #B04199;
}
.BgClassName
{
background-color: #B04199;
}
</style>
border-color css
<style>
span { border-color: #B04199; }
span { border-color: rgb(176,65,153); }
td.TdClassName
{
border-color: #B04199;
}
.TagClassName
{
border-color: #B04199;
}
</style>