Shades of Medium Red Violet #B04688
Tints of Medium Red Violet #B04688
RGB
CMYK
RGB Variations
Color information
#B04688 (or 0xB04688) is known color: Medium Red Violet. HEX triplet: B0, 46 and 88. RGB value is (176,70,136). Sum of RGB (Red+Green+Blue) = 176+70+136=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B04688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04688 is #4FB977. Grayscale: #6D6D6D. Windows color (decimal): -5224824 or 8930992. OLE color: 8930992.
HSL color Cylindrical-coordinate representation of color #B04688: hue angle of 322.64º 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 #B04688 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 70 | 136 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.31 |
| HSL | 322.64º | 0.43% | 0.48% | - |
| HSV(B) | 322.64º | 0.6% | 0.69% | - |
| XYZ | 24.54 | 15.39 | 24.97 | - |
| YUV | 109.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 136 | 0 | 0.60 | 0.23 | 0.31 | 322.64 | 0.43 | 0.48 |
| Hex | B0 | 46 | 88 | 0 | 3C | 17 | 1F | 143 | 2B | 30 |
| Octal | 260 | 106 | 210 | 0 | 74 | 27 | 37 | 503 | 53 | 60 |
| Binary | 10110000 | 1000110 | 10001000 | 0 | 111100 | 10111 | 11111 | 101000011 | 101011 | 110000 |
Color Harmonies of #B04688
Complementary color
Monochromatic Colors of #B04688
Black with #B04688
Text Example
Text Example
White with #B04688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04688; }
p { color: rgb(176,70,136); }
H1.HeaderClassName
{
color: #B04688;
}
.AnyTagClassName
{
color: #B04688;
}
</style>
background-color css
<style>
a { background-color: #B04688; }
a { background-color: rgb(176,70,136); }
div.DivClassName
{
background-color: #B04688;
}
.BgClassName
{
background-color: #B04688;
}
</style>
border-color css
<style>
span { border-color: #B04688; }
span { border-color: rgb(176,70,136); }
td.TdClassName
{
border-color: #B04688;
}
.TagClassName
{
border-color: #B04688;
}
</style>