Shades of Medium Red Violet #B04385
Tints of Medium Red Violet #B04385
RGB
CMYK
RGB Variations
Color information
#B04385 (or 0xB04385) is known color: Medium Red Violet. HEX triplet: B0, 43 and 85. RGB value is (176,67,133). Sum of RGB (Red+Green+Blue) = 176+67+133=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B04385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04385 is #4FBC7A. Grayscale: #6A6A6A. Windows color (decimal): -5225595 or 8733616. OLE color: 8733616.
HSL color Cylindrical-coordinate representation of color #B04385: hue angle of 323.67º 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 #B04385 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 133 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.31 |
| HSL | 323.67º | 0.45% | 0.48% | - |
| HSV(B) | 323.67º | 0.62% | 0.69% | - |
| XYZ | 24.15 | 14.94 | 23.8 | - |
| YUV | 107.12 | 142.61 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 133 | 0 | 0.62 | 0.24 | 0.31 | 323.67 | 0.45 | 0.48 |
| Hex | B0 | 43 | 85 | 0 | 3E | 18 | 1F | 144 | 2D | 30 |
| Octal | 260 | 103 | 205 | 0 | 76 | 30 | 37 | 504 | 55 | 60 |
| Binary | 10110000 | 1000011 | 10000101 | 0 | 111110 | 11000 | 11111 | 101000100 | 101101 | 110000 |
Color Harmonies of #B04385
Complementary color
Monochromatic Colors of #B04385
Black with #B04385
Text Example
Text Example
White with #B04385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04385; }
p { color: rgb(176,67,133); }
H1.HeaderClassName
{
color: #B04385;
}
.AnyTagClassName
{
color: #B04385;
}
</style>
background-color css
<style>
a { background-color: #B04385; }
a { background-color: rgb(176,67,133); }
div.DivClassName
{
background-color: #B04385;
}
.BgClassName
{
background-color: #B04385;
}
</style>
border-color css
<style>
span { border-color: #B04385; }
span { border-color: rgb(176,67,133); }
td.TdClassName
{
border-color: #B04385;
}
.TagClassName
{
border-color: #B04385;
}
</style>