Shades of Medium Red Violet #B03982
Tints of Medium Red Violet #B03982
RGB
CMYK
RGB Variations
Color information
#B03982 (or 0xB03982) is known color: Medium Red Violet. HEX triplet: B0, 39 and 82. RGB value is (176,57,130). Sum of RGB (Red+Green+Blue) = 176+57+130=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B03982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03982 is #4FC67D. Grayscale: #646464. Windows color (decimal): -5228158 or 8534448. OLE color: 8534448.
HSL color Cylindrical-coordinate representation of color #B03982: hue angle of 323.19º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B03982 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 130 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.31 |
| HSL | 323.19º | 0.51% | 0.46% | - |
| HSV(B) | 323.19º | 0.68% | 0.69% | - |
| XYZ | 23.4 | 13.77 | 22.54 | - |
| YUV | 100.9 | 144.42 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 130 | 0 | 0.68 | 0.26 | 0.31 | 323.19 | 0.51 | 0.46 |
| Hex | B0 | 39 | 82 | 0 | 44 | 1A | 1F | 143 | 33 | 2E |
| Octal | 260 | 71 | 202 | 0 | 104 | 32 | 37 | 503 | 63 | 56 |
| Binary | 10110000 | 111001 | 10000010 | 0 | 1000100 | 11010 | 11111 | 101000011 | 110011 | 101110 |
Color Harmonies of #B03982
Complementary color
Monochromatic Colors of #B03982
Black with #B03982
Text Example
Text Example
White with #B03982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03982; }
p { color: rgb(176,57,130); }
H1.HeaderClassName
{
color: #B03982;
}
.AnyTagClassName
{
color: #B03982;
}
</style>
background-color css
<style>
a { background-color: #B03982; }
a { background-color: rgb(176,57,130); }
div.DivClassName
{
background-color: #B03982;
}
.BgClassName
{
background-color: #B03982;
}
</style>
border-color css
<style>
span { border-color: #B03982; }
span { border-color: rgb(176,57,130); }
td.TdClassName
{
border-color: #B03982;
}
.TagClassName
{
border-color: #B03982;
}
</style>