Shades of Medium Red Violet #B04388
Tints of Medium Red Violet #B04388
RGB
CMYK
RGB Variations
Color information
#B04388 (or 0xB04388) is known color: Medium Red Violet. HEX triplet: B0, 43 and 88. RGB value is (176,67,136). Sum of RGB (Red+Green+Blue) = 176+67+136=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B04388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04388 is #4FBC77. Grayscale: #6B6B6B. Windows color (decimal): -5225592 or 8930224. OLE color: 8930224.
HSL color Cylindrical-coordinate representation of color #B04388: hue angle of 322.02º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04388 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 136 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.31 |
| HSL | 322.02º | 0.45% | 0.48% | - |
| HSV(B) | 322.02º | 0.62% | 0.69% | - |
| XYZ | 24.36 | 15.02 | 24.91 | - |
| YUV | 107.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 136 | 0 | 0.62 | 0.23 | 0.31 | 322.02 | 0.45 | 0.48 |
| Hex | B0 | 43 | 88 | 0 | 3E | 17 | 1F | 142 | 2D | 30 |
| Octal | 260 | 103 | 210 | 0 | 76 | 27 | 37 | 502 | 55 | 60 |
| Binary | 10110000 | 1000011 | 10001000 | 0 | 111110 | 10111 | 11111 | 101000010 | 101101 | 110000 |
Color Harmonies of #B04388
Complementary color
Monochromatic Colors of #B04388
Black with #B04388
Text Example
Text Example
White with #B04388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04388; }
p { color: rgb(176,67,136); }
H1.HeaderClassName
{
color: #B04388;
}
.AnyTagClassName
{
color: #B04388;
}
</style>
background-color css
<style>
a { background-color: #B04388; }
a { background-color: rgb(176,67,136); }
div.DivClassName
{
background-color: #B04388;
}
.BgClassName
{
background-color: #B04388;
}
</style>
border-color css
<style>
span { border-color: #B04388; }
span { border-color: rgb(176,67,136); }
td.TdClassName
{
border-color: #B04388;
}
.TagClassName
{
border-color: #B04388;
}
</style>