Shades of Medium Red Violet #B04291
Tints of Medium Red Violet #B04291
RGB
CMYK
RGB Variations
Color information
#B04291 (or 0xB04291) is known color: Medium Red Violet. HEX triplet: B0, 42 and 91. RGB value is (176,66,145). Sum of RGB (Red+Green+Blue) = 176+66+145=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B04291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04291 is #4FBD6E. Grayscale: #6B6B6B. Windows color (decimal): -5225839 or 9519792. OLE color: 9519792.
HSL color Cylindrical-coordinate representation of color #B04291: hue angle of 316.91º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04291 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 66 | 145 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.31 |
| HSL | 316.91º | 0.45% | 0.47% | - |
| HSV(B) | 316.91º | 0.63% | 0.69% | - |
| XYZ | 24.96 | 15.17 | 28.4 | - |
| YUV | 107.9 | 148.94 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 66 | 145 | 0 | 0.62 | 0.18 | 0.31 | 316.91 | 0.45 | 0.47 |
| Hex | B0 | 42 | 91 | 0 | 3E | 12 | 1F | 13D | 2D | 2F |
| Octal | 260 | 102 | 221 | 0 | 76 | 22 | 37 | 475 | 55 | 57 |
| Binary | 10110000 | 1000010 | 10010001 | 0 | 111110 | 10010 | 11111 | 100111101 | 101101 | 101111 |
Color Harmonies of #B04291
Complementary color
Monochromatic Colors of #B04291
Black with #B04291
Text Example
Text Example
White with #B04291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04291; }
p { color: rgb(176,66,145); }
H1.HeaderClassName
{
color: #B04291;
}
.AnyTagClassName
{
color: #B04291;
}
</style>
background-color css
<style>
a { background-color: #B04291; }
a { background-color: rgb(176,66,145); }
div.DivClassName
{
background-color: #B04291;
}
.BgClassName
{
background-color: #B04291;
}
</style>
border-color css
<style>
span { border-color: #B04291; }
span { border-color: rgb(176,66,145); }
td.TdClassName
{
border-color: #B04291;
}
.TagClassName
{
border-color: #B04291;
}
</style>