Shades of Medium Red Violet #B04689
Tints of Medium Red Violet #B04689
RGB
CMYK
RGB Variations
Color information
#B04689 (or 0xB04689) is known color: Medium Red Violet. HEX triplet: B0, 46 and 89. RGB value is (176,70,137). Sum of RGB (Red+Green+Blue) = 176+70+137=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B04689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04689 is #4FB976. Grayscale: #6D6D6D. Windows color (decimal): -5224823 or 8996528. OLE color: 8996528.
HSL color Cylindrical-coordinate representation of color #B04689: hue angle of 322.08º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04689 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 70 | 137 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.31 |
| HSL | 322.08º | 0.43% | 0.48% | - |
| HSV(B) | 322.08º | 0.6% | 0.69% | - |
| XYZ | 24.61 | 15.42 | 25.35 | - |
| YUV | 109.33 | 143.62 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 137 | 0 | 0.60 | 0.22 | 0.31 | 322.08 | 0.43 | 0.48 |
| Hex | B0 | 46 | 89 | 0 | 3C | 16 | 1F | 142 | 2B | 30 |
| Octal | 260 | 106 | 211 | 0 | 74 | 26 | 37 | 502 | 53 | 60 |
| Binary | 10110000 | 1000110 | 10001001 | 0 | 111100 | 10110 | 11111 | 101000010 | 101011 | 110000 |
Color Harmonies of #B04689
Complementary color
Monochromatic Colors of #B04689
Black with #B04689
Text Example
Text Example
White with #B04689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04689; }
p { color: rgb(176,70,137); }
H1.HeaderClassName
{
color: #B04689;
}
.AnyTagClassName
{
color: #B04689;
}
</style>
background-color css
<style>
a { background-color: #B04689; }
a { background-color: rgb(176,70,137); }
div.DivClassName
{
background-color: #B04689;
}
.BgClassName
{
background-color: #B04689;
}
</style>
border-color css
<style>
span { border-color: #B04689; }
span { border-color: rgb(176,70,137); }
td.TdClassName
{
border-color: #B04689;
}
.TagClassName
{
border-color: #B04689;
}
</style>