Shades of Medium Red Violet #B04683
Tints of Medium Red Violet #B04683
RGB
CMYK
RGB Variations
Color information
#B04683 (or 0xB04683) is known color: Medium Red Violet. HEX triplet: B0, 46 and 83. RGB value is (176,70,131). Sum of RGB (Red+Green+Blue) = 176+70+131=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B04683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04683 is #4FB97C. Grayscale: #6C6C6C. Windows color (decimal): -5224829 or 8603312. OLE color: 8603312.
HSL color Cylindrical-coordinate representation of color #B04683: hue angle of 325.47º 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 #B04683 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 70 | 131 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.31 |
| HSL | 325.47º | 0.43% | 0.48% | - |
| HSV(B) | 325.47º | 0.6% | 0.69% | - |
| XYZ | 24.19 | 15.25 | 23.14 | - |
| YUV | 108.65 | 140.62 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 131 | 0 | 0.60 | 0.26 | 0.31 | 325.47 | 0.43 | 0.48 |
| Hex | B0 | 46 | 83 | 0 | 3C | 1A | 1F | 145 | 2B | 30 |
| Octal | 260 | 106 | 203 | 0 | 74 | 32 | 37 | 505 | 53 | 60 |
| Binary | 10110000 | 1000110 | 10000011 | 0 | 111100 | 11010 | 11111 | 101000101 | 101011 | 110000 |
Color Harmonies of #B04683
Complementary color
Monochromatic Colors of #B04683
Black with #B04683
Text Example
Text Example
White with #B04683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04683; }
p { color: rgb(176,70,131); }
H1.HeaderClassName
{
color: #B04683;
}
.AnyTagClassName
{
color: #B04683;
}
</style>
background-color css
<style>
a { background-color: #B04683; }
a { background-color: rgb(176,70,131); }
div.DivClassName
{
background-color: #B04683;
}
.BgClassName
{
background-color: #B04683;
}
</style>
border-color css
<style>
span { border-color: #B04683; }
span { border-color: rgb(176,70,131); }
td.TdClassName
{
border-color: #B04683;
}
.TagClassName
{
border-color: #B04683;
}
</style>