Shades of Medium Red Violet #B04691
Tints of Medium Red Violet #B04691
RGB
CMYK
RGB Variations
Color information
#B04691 (or 0xB04691) is known color: Medium Red Violet. HEX triplet: B0, 46 and 91. RGB value is (176,70,145). Sum of RGB (Red+Green+Blue) = 176+70+145=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B04691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04691 is #4FB96E. Grayscale: #6E6E6E. Windows color (decimal): -5224815 or 9520816. OLE color: 9520816.
HSL color Cylindrical-coordinate representation of color #B04691: hue angle of 317.55º 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 #B04691 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 70 | 145 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.31 |
| HSL | 317.55º | 0.43% | 0.48% | - |
| HSV(B) | 317.55º | 0.6% | 0.69% | - |
| XYZ | 25.21 | 15.65 | 28.48 | - |
| YUV | 110.24 | 147.62 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 145 | 0 | 0.60 | 0.18 | 0.31 | 317.55 | 0.43 | 0.48 |
| Hex | B0 | 46 | 91 | 0 | 3C | 12 | 1F | 13E | 2B | 30 |
| Octal | 260 | 106 | 221 | 0 | 74 | 22 | 37 | 476 | 53 | 60 |
| Binary | 10110000 | 1000110 | 10010001 | 0 | 111100 | 10010 | 11111 | 100111110 | 101011 | 110000 |
Color Harmonies of #B04691
Complementary color
Monochromatic Colors of #B04691
Black with #B04691
Text Example
Text Example
White with #B04691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04691; }
p { color: rgb(176,70,145); }
H1.HeaderClassName
{
color: #B04691;
}
.AnyTagClassName
{
color: #B04691;
}
</style>
background-color css
<style>
a { background-color: #B04691; }
a { background-color: rgb(176,70,145); }
div.DivClassName
{
background-color: #B04691;
}
.BgClassName
{
background-color: #B04691;
}
</style>
border-color css
<style>
span { border-color: #B04691; }
span { border-color: rgb(176,70,145); }
td.TdClassName
{
border-color: #B04691;
}
.TagClassName
{
border-color: #B04691;
}
</style>