Shades of Medium Red Violet #B04594
Tints of Medium Red Violet #B04594
RGB
CMYK
RGB Variations
Color information
#B04594 (or 0xB04594) is known color: Medium Red Violet. HEX triplet: B0, 45 and 94. RGB value is (176,69,148). Sum of RGB (Red+Green+Blue) = 176+69+148=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B04594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04594 is #4FBA6B. Grayscale: #6D6D6D. Windows color (decimal): -5225068 or 9717168. OLE color: 9717168.
HSL color Cylindrical-coordinate representation of color #B04594: hue angle of 315.7º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04594 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 69 | 148 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.31 |
| HSL | 315.7º | 0.44% | 0.48% | - |
| HSV(B) | 315.7º | 0.61% | 0.69% | - |
| XYZ | 25.38 | 15.62 | 29.7 | - |
| YUV | 110 | 149.45 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 148 | 0 | 0.61 | 0.16 | 0.31 | 315.7 | 0.44 | 0.48 |
| Hex | B0 | 45 | 94 | 0 | 3D | 10 | 1F | 13C | 2C | 30 |
| Octal | 260 | 105 | 224 | 0 | 75 | 20 | 37 | 474 | 54 | 60 |
| Binary | 10110000 | 1000101 | 10010100 | 0 | 111101 | 10000 | 11111 | 100111100 | 101100 | 110000 |
Color Harmonies of #B04594
Complementary color
Monochromatic Colors of #B04594
Black with #B04594
Text Example
Text Example
White with #B04594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04594; }
p { color: rgb(176,69,148); }
H1.HeaderClassName
{
color: #B04594;
}
.AnyTagClassName
{
color: #B04594;
}
</style>
background-color css
<style>
a { background-color: #B04594; }
a { background-color: rgb(176,69,148); }
div.DivClassName
{
background-color: #B04594;
}
.BgClassName
{
background-color: #B04594;
}
</style>
border-color css
<style>
span { border-color: #B04594; }
span { border-color: rgb(176,69,148); }
td.TdClassName
{
border-color: #B04594;
}
.TagClassName
{
border-color: #B04594;
}
</style>