Shades of Medium Red Violet #B03880
Tints of Medium Red Violet #B03880
RGB
CMYK
RGB Variations
Color information
#B03880 (or 0xB03880) is known color: Medium Red Violet. HEX triplet: B0, 38 and 80. RGB value is (176,56,128). Sum of RGB (Red+Green+Blue) = 176+56+128=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B03880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03880 is #4FC77F. Grayscale: #636363. Windows color (decimal): -5228416 or 8403120. OLE color: 8403120.
HSL color Cylindrical-coordinate representation of color #B03880: hue angle of 324º 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 #B03880 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 128 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.31 |
| HSL | 324º | 0.52% | 0.45% | - |
| HSV(B) | 324º | 0.68% | 0.69% | - |
| XYZ | 23.21 | 13.62 | 21.83 | - |
| YUV | 100.09 | 143.76 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 128 | 0 | 0.68 | 0.27 | 0.31 | 324 | 0.52 | 0.45 |
| Hex | B0 | 38 | 80 | 0 | 44 | 1B | 1F | 144 | 34 | 2D |
| Octal | 260 | 70 | 200 | 0 | 104 | 33 | 37 | 504 | 64 | 55 |
| Binary | 10110000 | 111000 | 10000000 | 0 | 1000100 | 11011 | 11111 | 101000100 | 110100 | 101101 |
Color Harmonies of #B03880
Complementary color
Monochromatic Colors of #B03880
Black with #B03880
Text Example
Text Example
White with #B03880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03880; }
p { color: rgb(176,56,128); }
H1.HeaderClassName
{
color: #B03880;
}
.AnyTagClassName
{
color: #B03880;
}
</style>
background-color css
<style>
a { background-color: #B03880; }
a { background-color: rgb(176,56,128); }
div.DivClassName
{
background-color: #B03880;
}
.BgClassName
{
background-color: #B03880;
}
</style>
border-color css
<style>
span { border-color: #B03880; }
span { border-color: rgb(176,56,128); }
td.TdClassName
{
border-color: #B03880;
}
.TagClassName
{
border-color: #B03880;
}
</style>