Shades of Medium Red Violet #B03884
Tints of Medium Red Violet #B03884
RGB
CMYK
RGB Variations
Color information
#B03884 (or 0xB03884) is known color: Medium Red Violet. HEX triplet: B0, 38 and 84. RGB value is (176,56,132). Sum of RGB (Red+Green+Blue) = 176+56+132=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B03884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03884 is #4FC77B. Grayscale: #646464. Windows color (decimal): -5228412 or 8665264. OLE color: 8665264.
HSL color Cylindrical-coordinate representation of color #B03884: hue angle of 322º 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 #B03884 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 132 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.31 |
| HSL | 322º | 0.52% | 0.45% | - |
| HSV(B) | 322º | 0.68% | 0.69% | - |
| XYZ | 23.48 | 13.72 | 23.24 | - |
| YUV | 100.54 | 145.76 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 132 | 0 | 0.68 | 0.25 | 0.31 | 322 | 0.52 | 0.45 |
| Hex | B0 | 38 | 84 | 0 | 44 | 19 | 1F | 142 | 34 | 2D |
| Octal | 260 | 70 | 204 | 0 | 104 | 31 | 37 | 502 | 64 | 55 |
| Binary | 10110000 | 111000 | 10000100 | 0 | 1000100 | 11001 | 11111 | 101000010 | 110100 | 101101 |
Color Harmonies of #B03884
Complementary color
Monochromatic Colors of #B03884
Black with #B03884
Text Example
Text Example
White with #B03884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03884; }
p { color: rgb(176,56,132); }
H1.HeaderClassName
{
color: #B03884;
}
.AnyTagClassName
{
color: #B03884;
}
</style>
background-color css
<style>
a { background-color: #B03884; }
a { background-color: rgb(176,56,132); }
div.DivClassName
{
background-color: #B03884;
}
.BgClassName
{
background-color: #B03884;
}
</style>
border-color css
<style>
span { border-color: #B03884; }
span { border-color: rgb(176,56,132); }
td.TdClassName
{
border-color: #B03884;
}
.TagClassName
{
border-color: #B03884;
}
</style>