Shades of Medium Red Violet #B04098
Tints of Medium Red Violet #B04098
RGB
CMYK
RGB Variations
Color information
#B04098 (or 0xB04098) is known color: Medium Red Violet. HEX triplet: B0, 40 and 98. RGB value is (176,64,152). Sum of RGB (Red+Green+Blue) = 176+64+152=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B04098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04098 is #4FBF67. Grayscale: #6B6B6B. Windows color (decimal): -5226344 or 9978032. OLE color: 9978032.
HSL color Cylindrical-coordinate representation of color #B04098: hue angle of 312.86º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04098 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 152 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.31 |
| HSL | 312.86º | 0.47% | 0.47% | - |
| HSV(B) | 312.86º | 0.64% | 0.69% | - |
| XYZ | 25.41 | 15.16 | 31.29 | - |
| YUV | 107.52 | 153.11 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 152 | 0 | 0.64 | 0.14 | 0.31 | 312.86 | 0.47 | 0.47 |
| Hex | B0 | 40 | 98 | 0 | 40 | E | 1F | 139 | 2F | 2F |
| Octal | 260 | 100 | 230 | 0 | 100 | 16 | 37 | 471 | 57 | 57 |
| Binary | 10110000 | 1000000 | 10011000 | 0 | 1000000 | 1110 | 11111 | 100111001 | 101111 | 101111 |
Color Harmonies of #B04098
Complementary color
Monochromatic Colors of #B04098
Black with #B04098
Text Example
Text Example
White with #B04098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04098; }
p { color: rgb(176,64,152); }
H1.HeaderClassName
{
color: #B04098;
}
.AnyTagClassName
{
color: #B04098;
}
</style>
background-color css
<style>
a { background-color: #B04098; }
a { background-color: rgb(176,64,152); }
div.DivClassName
{
background-color: #B04098;
}
.BgClassName
{
background-color: #B04098;
}
</style>
border-color css
<style>
span { border-color: #B04098; }
span { border-color: rgb(176,64,152); }
td.TdClassName
{
border-color: #B04098;
}
.TagClassName
{
border-color: #B04098;
}
</style>