Shades of Medium Red Violet #B04190
Tints of Medium Red Violet #B04190
RGB
CMYK
RGB Variations
Color information
#B04190 (or 0xB04190) is known color: Medium Red Violet. HEX triplet: B0, 41 and 90. RGB value is (176,65,144). Sum of RGB (Red+Green+Blue) = 176+65+144=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B04190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04190 is #4FBE6F. Grayscale: #6A6A6A. Windows color (decimal): -5226096 or 9454000. OLE color: 9454000.
HSL color Cylindrical-coordinate representation of color #B04190: hue angle of 317.3º 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 #B04190 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 144 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.31 |
| HSL | 317.3º | 0.46% | 0.47% | - |
| HSV(B) | 317.3º | 0.63% | 0.69% | - |
| XYZ | 24.83 | 15.02 | 27.98 | - |
| YUV | 107.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 144 | 0 | 0.63 | 0.18 | 0.31 | 317.3 | 0.46 | 0.47 |
| Hex | B0 | 41 | 90 | 0 | 3F | 12 | 1F | 13D | 2E | 2F |
| Octal | 260 | 101 | 220 | 0 | 77 | 22 | 37 | 475 | 56 | 57 |
| Binary | 10110000 | 1000001 | 10010000 | 0 | 111111 | 10010 | 11111 | 100111101 | 101110 | 101111 |
Color Harmonies of #B04190
Complementary color
Monochromatic Colors of #B04190
Black with #B04190
Text Example
Text Example
White with #B04190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04190; }
p { color: rgb(176,65,144); }
H1.HeaderClassName
{
color: #B04190;
}
.AnyTagClassName
{
color: #B04190;
}
</style>
background-color css
<style>
a { background-color: #B04190; }
a { background-color: rgb(176,65,144); }
div.DivClassName
{
background-color: #B04190;
}
.BgClassName
{
background-color: #B04190;
}
</style>
border-color css
<style>
span { border-color: #B04190; }
span { border-color: rgb(176,65,144); }
td.TdClassName
{
border-color: #B04190;
}
.TagClassName
{
border-color: #B04190;
}
</style>