Shades of Medium Violet Red #B01C83
Tints of Medium Violet Red #B01C83
RGB
CMYK
RGB Variations
Color information
#B01C83 (or 0xB01C83) is known color: Medium Violet Red. HEX triplet: B0, 1C and 83. RGB value is (176,28,131). Sum of RGB (Red+Green+Blue) = 176+28+131=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01C83 is #4FE37C. Grayscale: #535353. Windows color (decimal): -5235581 or 8592560. OLE color: 8592560.
HSL color Cylindrical-coordinate representation of color #B01C83: hue angle of 318.24º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01C83 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 28 | 131 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.31 |
| HSL | 318.24º | 0.73% | 0.4% | - |
| HSV(B) | 318.24º | 0.84% | 0.69% | - |
| XYZ | 22.42 | 11.7 | 22.55 | - |
| YUV | 83.99 | 154.53 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 28 | 131 | 0 | 0.84 | 0.26 | 0.31 | 318.24 | 0.73 | 0.4 |
| Hex | B0 | 1C | 83 | 0 | 54 | 1A | 1F | 13E | 49 | 28 |
| Octal | 260 | 34 | 203 | 0 | 124 | 32 | 37 | 476 | 111 | 50 |
| Binary | 10110000 | 11100 | 10000011 | 0 | 1010100 | 11010 | 11111 | 100111110 | 1001001 | 101000 |
Color Harmonies of #B01C83
Complementary color
Monochromatic Colors of #B01C83
Black with #B01C83
Text Example
Text Example
White with #B01C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01C83; }
p { color: rgb(176,28,131); }
H1.HeaderClassName
{
color: #B01C83;
}
.AnyTagClassName
{
color: #B01C83;
}
</style>
background-color css
<style>
a { background-color: #B01C83; }
a { background-color: rgb(176,28,131); }
div.DivClassName
{
background-color: #B01C83;
}
.BgClassName
{
background-color: #B01C83;
}
</style>
border-color css
<style>
span { border-color: #B01C83; }
span { border-color: rgb(176,28,131); }
td.TdClassName
{
border-color: #B01C83;
}
.TagClassName
{
border-color: #B01C83;
}
</style>