Shades of Medium Red Violet #B04482
Tints of Medium Red Violet #B04482
RGB
CMYK
RGB Variations
Color information
#B04482 (or 0xB04482) is known color: Medium Red Violet. HEX triplet: B0, 44 and 82. RGB value is (176,68,130). Sum of RGB (Red+Green+Blue) = 176+68+130=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B04482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04482 is #4FBB7D. Grayscale: #6B6B6B. Windows color (decimal): -5225342 or 8537264. OLE color: 8537264.
HSL color Cylindrical-coordinate representation of color #B04482: hue angle of 325.56º 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 #B04482 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 130 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.31 |
| HSL | 325.56º | 0.44% | 0.48% | - |
| HSV(B) | 325.56º | 0.61% | 0.69% | - |
| XYZ | 24 | 14.98 | 22.74 | - |
| YUV | 107.36 | 140.78 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 130 | 0 | 0.61 | 0.26 | 0.31 | 325.56 | 0.44 | 0.48 |
| Hex | B0 | 44 | 82 | 0 | 3D | 1A | 1F | 146 | 2C | 30 |
| Octal | 260 | 104 | 202 | 0 | 75 | 32 | 37 | 506 | 54 | 60 |
| Binary | 10110000 | 1000100 | 10000010 | 0 | 111101 | 11010 | 11111 | 101000110 | 101100 | 110000 |
Color Harmonies of #B04482
Complementary color
Monochromatic Colors of #B04482
Black with #B04482
Text Example
Text Example
White with #B04482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04482; }
p { color: rgb(176,68,130); }
H1.HeaderClassName
{
color: #B04482;
}
.AnyTagClassName
{
color: #B04482;
}
</style>
background-color css
<style>
a { background-color: #B04482; }
a { background-color: rgb(176,68,130); }
div.DivClassName
{
background-color: #B04482;
}
.BgClassName
{
background-color: #B04482;
}
</style>
border-color css
<style>
span { border-color: #B04482; }
span { border-color: rgb(176,68,130); }
td.TdClassName
{
border-color: #B04482;
}
.TagClassName
{
border-color: #B04482;
}
</style>