Shades of Medium Red Violet #B04189
Tints of Medium Red Violet #B04189
RGB
CMYK
RGB Variations
Color information
#B04189 (or 0xB04189) is known color: Medium Red Violet. HEX triplet: B0, 41 and 89. RGB value is (176,65,137). Sum of RGB (Red+Green+Blue) = 176+65+137=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B04189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04189 is #4FBE76. Grayscale: #6A6A6A. Windows color (decimal): -5226103 or 8995248. OLE color: 8995248.
HSL color Cylindrical-coordinate representation of color #B04189: hue angle of 321.08º 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 #B04189 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 137 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.31 |
| HSL | 321.08º | 0.46% | 0.47% | - |
| HSV(B) | 321.08º | 0.63% | 0.69% | - |
| XYZ | 24.31 | 14.82 | 25.25 | - |
| YUV | 106.4 | 145.27 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 137 | 0 | 0.63 | 0.22 | 0.31 | 321.08 | 0.46 | 0.47 |
| Hex | B0 | 41 | 89 | 0 | 3F | 16 | 1F | 141 | 2E | 2F |
| Octal | 260 | 101 | 211 | 0 | 77 | 26 | 37 | 501 | 56 | 57 |
| Binary | 10110000 | 1000001 | 10001001 | 0 | 111111 | 10110 | 11111 | 101000001 | 101110 | 101111 |
Color Harmonies of #B04189
Complementary color
Monochromatic Colors of #B04189
Black with #B04189
Text Example
Text Example
White with #B04189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04189; }
p { color: rgb(176,65,137); }
H1.HeaderClassName
{
color: #B04189;
}
.AnyTagClassName
{
color: #B04189;
}
</style>
background-color css
<style>
a { background-color: #B04189; }
a { background-color: rgb(176,65,137); }
div.DivClassName
{
background-color: #B04189;
}
.BgClassName
{
background-color: #B04189;
}
</style>
border-color css
<style>
span { border-color: #B04189; }
span { border-color: rgb(176,65,137); }
td.TdClassName
{
border-color: #B04189;
}
.TagClassName
{
border-color: #B04189;
}
</style>