Shades of Medium Red Violet #B03683
Tints of Medium Red Violet #B03683
RGB
CMYK
RGB Variations
Color information
#B03683 (or 0xB03683) is known color: Medium Red Violet. HEX triplet: B0, 36 and 83. RGB value is (176,54,131). Sum of RGB (Red+Green+Blue) = 176+54+131=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B03683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03683 is #4FC97C. Grayscale: #636363. Windows color (decimal): -5228925 or 8599216. OLE color: 8599216.
HSL color Cylindrical-coordinate representation of color #B03683: hue angle of 322.13º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03683 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 54 | 131 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.31 |
| HSL | 322.13º | 0.53% | 0.45% | - |
| HSV(B) | 322.13º | 0.69% | 0.69% | - |
| XYZ | 23.32 | 13.51 | 22.85 | - |
| YUV | 99.26 | 145.92 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 131 | 0 | 0.69 | 0.26 | 0.31 | 322.13 | 0.53 | 0.45 |
| Hex | B0 | 36 | 83 | 0 | 45 | 1A | 1F | 142 | 35 | 2D |
| Octal | 260 | 66 | 203 | 0 | 105 | 32 | 37 | 502 | 65 | 55 |
| Binary | 10110000 | 110110 | 10000011 | 0 | 1000101 | 11010 | 11111 | 101000010 | 110101 | 101101 |
Color Harmonies of #B03683
Complementary color
Monochromatic Colors of #B03683
Black with #B03683
Text Example
Text Example
White with #B03683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03683; }
p { color: rgb(176,54,131); }
H1.HeaderClassName
{
color: #B03683;
}
.AnyTagClassName
{
color: #B03683;
}
</style>
background-color css
<style>
a { background-color: #B03683; }
a { background-color: rgb(176,54,131); }
div.DivClassName
{
background-color: #B03683;
}
.BgClassName
{
background-color: #B03683;
}
</style>
border-color css
<style>
span { border-color: #B03683; }
span { border-color: rgb(176,54,131); }
td.TdClassName
{
border-color: #B03683;
}
.TagClassName
{
border-color: #B03683;
}
</style>