Shades of Medium Red Violet #B03886
Tints of Medium Red Violet #B03886
RGB
CMYK
RGB Variations
Color information
#B03886 (or 0xB03886) is known color: Medium Red Violet. HEX triplet: B0, 38 and 86. RGB value is (176,56,134). Sum of RGB (Red+Green+Blue) = 176+56+134=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B03886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03886 is #4FC779. Grayscale: #646464. Windows color (decimal): -5228410 or 8796336. OLE color: 8796336.
HSL color Cylindrical-coordinate representation of color #B03886: hue angle of 321º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B03886 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 134 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.31 |
| HSL | 321º | 0.52% | 0.45% | - |
| HSV(B) | 321º | 0.68% | 0.69% | - |
| XYZ | 23.62 | 13.78 | 23.97 | - |
| YUV | 100.77 | 146.76 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 134 | 0 | 0.68 | 0.24 | 0.31 | 321 | 0.52 | 0.45 |
| Hex | B0 | 38 | 86 | 0 | 44 | 18 | 1F | 141 | 34 | 2D |
| Octal | 260 | 70 | 206 | 0 | 104 | 30 | 37 | 501 | 64 | 55 |
| Binary | 10110000 | 111000 | 10000110 | 0 | 1000100 | 11000 | 11111 | 101000001 | 110100 | 101101 |
Color Harmonies of #B03886
Complementary color
Monochromatic Colors of #B03886
Black with #B03886
Text Example
Text Example
White with #B03886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03886; }
p { color: rgb(176,56,134); }
H1.HeaderClassName
{
color: #B03886;
}
.AnyTagClassName
{
color: #B03886;
}
</style>
background-color css
<style>
a { background-color: #B03886; }
a { background-color: rgb(176,56,134); }
div.DivClassName
{
background-color: #B03886;
}
.BgClassName
{
background-color: #B03886;
}
</style>
border-color css
<style>
span { border-color: #B03886; }
span { border-color: rgb(176,56,134); }
td.TdClassName
{
border-color: #B03886;
}
.TagClassName
{
border-color: #B03886;
}
</style>