Shades of Medium Red Violet #B04386
Tints of Medium Red Violet #B04386
RGB
CMYK
RGB Variations
Color information
#B04386 (or 0xB04386) is known color: Medium Red Violet. HEX triplet: B0, 43 and 86. RGB value is (176,67,134). Sum of RGB (Red+Green+Blue) = 176+67+134=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B04386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04386 is #4FBC79. Grayscale: #6B6B6B. Windows color (decimal): -5225594 or 8799152. OLE color: 8799152.
HSL color Cylindrical-coordinate representation of color #B04386: hue angle of 323.12º 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 #B04386 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 134 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.31 |
| HSL | 323.12º | 0.45% | 0.48% | - |
| HSV(B) | 323.12º | 0.62% | 0.69% | - |
| XYZ | 24.21 | 14.97 | 24.17 | - |
| YUV | 107.23 | 143.11 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 134 | 0 | 0.62 | 0.24 | 0.31 | 323.12 | 0.45 | 0.48 |
| Hex | B0 | 43 | 86 | 0 | 3E | 18 | 1F | 143 | 2D | 30 |
| Octal | 260 | 103 | 206 | 0 | 76 | 30 | 37 | 503 | 55 | 60 |
| Binary | 10110000 | 1000011 | 10000110 | 0 | 111110 | 11000 | 11111 | 101000011 | 101101 | 110000 |
Color Harmonies of #B04386
Complementary color
Monochromatic Colors of #B04386
Black with #B04386
Text Example
Text Example
White with #B04386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04386; }
p { color: rgb(176,67,134); }
H1.HeaderClassName
{
color: #B04386;
}
.AnyTagClassName
{
color: #B04386;
}
</style>
background-color css
<style>
a { background-color: #B04386; }
a { background-color: rgb(176,67,134); }
div.DivClassName
{
background-color: #B04386;
}
.BgClassName
{
background-color: #B04386;
}
</style>
border-color css
<style>
span { border-color: #B04386; }
span { border-color: rgb(176,67,134); }
td.TdClassName
{
border-color: #B04386;
}
.TagClassName
{
border-color: #B04386;
}
</style>