Shades of Medium Red Violet #B03C83
Tints of Medium Red Violet #B03C83
RGB
CMYK
RGB Variations
Color information
#B03C83 (or 0xB03C83) is known color: Medium Red Violet. HEX triplet: B0, 3C and 83. RGB value is (176,60,131). Sum of RGB (Red+Green+Blue) = 176+60+131=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03C83 is #4FC37C. Grayscale: #666666. Windows color (decimal): -5227389 or 8600752. OLE color: 8600752.
HSL color Cylindrical-coordinate representation of color #B03C83: hue angle of 323.28º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03C83 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 60 | 131 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.31 |
| HSL | 323.28º | 0.49% | 0.46% | - |
| HSV(B) | 323.28º | 0.66% | 0.69% | - |
| XYZ | 23.62 | 14.1 | 22.95 | - |
| YUV | 102.78 | 143.93 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 60 | 131 | 0 | 0.66 | 0.26 | 0.31 | 323.28 | 0.49 | 0.46 |
| Hex | B0 | 3C | 83 | 0 | 42 | 1A | 1F | 143 | 31 | 2E |
| Octal | 260 | 74 | 203 | 0 | 102 | 32 | 37 | 503 | 61 | 56 |
| Binary | 10110000 | 111100 | 10000011 | 0 | 1000010 | 11010 | 11111 | 101000011 | 110001 | 101110 |
Color Harmonies of #B03C83
Complementary color
Monochromatic Colors of #B03C83
Black with #B03C83
Text Example
Text Example
White with #B03C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03C83; }
p { color: rgb(176,60,131); }
H1.HeaderClassName
{
color: #B03C83;
}
.AnyTagClassName
{
color: #B03C83;
}
</style>
background-color css
<style>
a { background-color: #B03C83; }
a { background-color: rgb(176,60,131); }
div.DivClassName
{
background-color: #B03C83;
}
.BgClassName
{
background-color: #B03C83;
}
</style>
border-color css
<style>
span { border-color: #B03C83; }
span { border-color: rgb(176,60,131); }
td.TdClassName
{
border-color: #B03C83;
}
.TagClassName
{
border-color: #B03C83;
}
</style>