Shades of Medium Red Violet #B04487
Tints of Medium Red Violet #B04487
RGB
CMYK
RGB Variations
Color information
#B04487 (or 0xB04487) is known color: Medium Red Violet. HEX triplet: B0, 44 and 87. RGB value is (176,68,135). Sum of RGB (Red+Green+Blue) = 176+68+135=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B04487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04487 is #4FBB78. Grayscale: #6B6B6B. Windows color (decimal): -5225337 or 8864944. OLE color: 8864944.
HSL color Cylindrical-coordinate representation of color #B04487: hue angle of 322.78º 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 #B04487 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 135 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.31 |
| HSL | 322.78º | 0.44% | 0.48% | - |
| HSV(B) | 322.78º | 0.61% | 0.69% | - |
| XYZ | 24.34 | 15.11 | 24.56 | - |
| YUV | 107.93 | 143.28 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 135 | 0 | 0.61 | 0.23 | 0.31 | 322.78 | 0.44 | 0.48 |
| Hex | B0 | 44 | 87 | 0 | 3D | 17 | 1F | 143 | 2C | 30 |
| Octal | 260 | 104 | 207 | 0 | 75 | 27 | 37 | 503 | 54 | 60 |
| Binary | 10110000 | 1000100 | 10000111 | 0 | 111101 | 10111 | 11111 | 101000011 | 101100 | 110000 |
Color Harmonies of #B04487
Complementary color
Monochromatic Colors of #B04487
Black with #B04487
Text Example
Text Example
White with #B04487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04487; }
p { color: rgb(176,68,135); }
H1.HeaderClassName
{
color: #B04487;
}
.AnyTagClassName
{
color: #B04487;
}
</style>
background-color css
<style>
a { background-color: #B04487; }
a { background-color: rgb(176,68,135); }
div.DivClassName
{
background-color: #B04487;
}
.BgClassName
{
background-color: #B04487;
}
</style>
border-color css
<style>
span { border-color: #B04487; }
span { border-color: rgb(176,68,135); }
td.TdClassName
{
border-color: #B04487;
}
.TagClassName
{
border-color: #B04487;
}
</style>