Shades of Medium Violet Red #B01283
Tints of Medium Violet Red #B01283
RGB
CMYK
RGB Variations
Color information
#B01283 (or 0xB01283) is known color: Medium Violet Red. HEX triplet: B0, 12 and 83. RGB value is (176,18,131). Sum of RGB (Red+Green+Blue) = 176+18+131=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B01283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01283 is #4FED7C. Grayscale: #4D4D4D. Windows color (decimal): -5238141 or 8590000. OLE color: 8590000.
HSL color Cylindrical-coordinate representation of color #B01283: hue angle of 317.09º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01283 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 18 | 131 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.31 |
| HSL | 317.09º | 0.81% | 0.38% | - |
| HSV(B) | 317.09º | 0.9% | 0.69% | - |
| XYZ | 22.22 | 11.3 | 22.48 | - |
| YUV | 78.12 | 157.85 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 131 | 0 | 0.90 | 0.26 | 0.31 | 317.09 | 0.81 | 0.38 |
| Hex | B0 | 12 | 83 | 0 | 5A | 1A | 1F | 13D | 51 | 26 |
| Octal | 260 | 22 | 203 | 0 | 132 | 32 | 37 | 475 | 121 | 46 |
| Binary | 10110000 | 10010 | 10000011 | 0 | 1011010 | 11010 | 11111 | 100111101 | 1010001 | 100110 |
Color Harmonies of #B01283
Complementary color
Monochromatic Colors of #B01283
Black with #B01283
Text Example
Text Example
White with #B01283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01283; }
p { color: rgb(176,18,131); }
H1.HeaderClassName
{
color: #B01283;
}
.AnyTagClassName
{
color: #B01283;
}
</style>
background-color css
<style>
a { background-color: #B01283; }
a { background-color: rgb(176,18,131); }
div.DivClassName
{
background-color: #B01283;
}
.BgClassName
{
background-color: #B01283;
}
</style>
border-color css
<style>
span { border-color: #B01283; }
span { border-color: rgb(176,18,131); }
td.TdClassName
{
border-color: #B01283;
}
.TagClassName
{
border-color: #B01283;
}
</style>