Shades of Medium Red Violet #B03681
Tints of Medium Red Violet #B03681
RGB
CMYK
RGB Variations
Color information
#B03681 (or 0xB03681) is known color: Medium Red Violet. HEX triplet: B0, 36 and 81. RGB value is (176,54,129). Sum of RGB (Red+Green+Blue) = 176+54+129=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B03681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03681 is #4FC97E. Grayscale: #626262. Windows color (decimal): -5228927 or 8468144. OLE color: 8468144.
HSL color Cylindrical-coordinate representation of color #B03681: hue angle of 323.11º 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 #B03681 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 54 | 129 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.31 |
| HSL | 323.11º | 0.53% | 0.45% | - |
| HSV(B) | 323.11º | 0.69% | 0.69% | - |
| XYZ | 23.19 | 13.45 | 22.14 | - |
| YUV | 99.03 | 144.92 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 129 | 0 | 0.69 | 0.27 | 0.31 | 323.11 | 0.53 | 0.45 |
| Hex | B0 | 36 | 81 | 0 | 45 | 1B | 1F | 143 | 35 | 2D |
| Octal | 260 | 66 | 201 | 0 | 105 | 33 | 37 | 503 | 65 | 55 |
| Binary | 10110000 | 110110 | 10000001 | 0 | 1000101 | 11011 | 11111 | 101000011 | 110101 | 101101 |
Color Harmonies of #B03681
Complementary color
Monochromatic Colors of #B03681
Black with #B03681
Text Example
Text Example
White with #B03681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03681; }
p { color: rgb(176,54,129); }
H1.HeaderClassName
{
color: #B03681;
}
.AnyTagClassName
{
color: #B03681;
}
</style>
background-color css
<style>
a { background-color: #B03681; }
a { background-color: rgb(176,54,129); }
div.DivClassName
{
background-color: #B03681;
}
.BgClassName
{
background-color: #B03681;
}
</style>
border-color css
<style>
span { border-color: #B03681; }
span { border-color: rgb(176,54,129); }
td.TdClassName
{
border-color: #B03681;
}
.TagClassName
{
border-color: #B03681;
}
</style>