Shades of Medium Red Violet #B04089
Tints of Medium Red Violet #B04089
RGB
CMYK
RGB Variations
Color information
#B04089 (or 0xB04089) is known color: Medium Red Violet. HEX triplet: B0, 40 and 89. RGB value is (176,64,137). Sum of RGB (Red+Green+Blue) = 176+64+137=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B04089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04089 is #4FBF76. Grayscale: #696969. Windows color (decimal): -5226359 or 8994992. OLE color: 8994992.
HSL color Cylindrical-coordinate representation of color #B04089: hue angle of 320.89º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04089 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 137 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.31 |
| HSL | 320.89º | 0.47% | 0.47% | - |
| HSV(B) | 320.89º | 0.64% | 0.69% | - |
| XYZ | 24.25 | 14.7 | 25.23 | - |
| YUV | 105.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 137 | 0 | 0.64 | 0.22 | 0.31 | 320.89 | 0.47 | 0.47 |
| Hex | B0 | 40 | 89 | 0 | 40 | 16 | 1F | 141 | 2F | 2F |
| Octal | 260 | 100 | 211 | 0 | 100 | 26 | 37 | 501 | 57 | 57 |
| Binary | 10110000 | 1000000 | 10001001 | 0 | 1000000 | 10110 | 11111 | 101000001 | 101111 | 101111 |
Color Harmonies of #B04089
Complementary color
Monochromatic Colors of #B04089
Black with #B04089
Text Example
Text Example
White with #B04089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04089; }
p { color: rgb(176,64,137); }
H1.HeaderClassName
{
color: #B04089;
}
.AnyTagClassName
{
color: #B04089;
}
</style>
background-color css
<style>
a { background-color: #B04089; }
a { background-color: rgb(176,64,137); }
div.DivClassName
{
background-color: #B04089;
}
.BgClassName
{
background-color: #B04089;
}
</style>
border-color css
<style>
span { border-color: #B04089; }
span { border-color: rgb(176,64,137); }
td.TdClassName
{
border-color: #B04089;
}
.TagClassName
{
border-color: #B04089;
}
</style>