Shades of Medium Violet Red #B01682
Tints of Medium Violet Red #B01682
RGB
CMYK
RGB Variations
Color information
#B01682 (or 0xB01682) is known color: Medium Violet Red. HEX triplet: B0, 16 and 82. RGB value is (176,22,130). Sum of RGB (Red+Green+Blue) = 176+22+130=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B01682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01682 is #4FE97D. Grayscale: #505050. Windows color (decimal): -5237118 or 8525488. OLE color: 8525488.
HSL color Cylindrical-coordinate representation of color #B01682: hue angle of 317.92º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B01682 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 22 | 130 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.31 |
| HSL | 317.92º | 0.78% | 0.39% | - |
| HSV(B) | 317.92º | 0.88% | 0.69% | - |
| XYZ | 22.22 | 11.42 | 22.15 | - |
| YUV | 80.36 | 156.02 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 22 | 130 | 0 | 0.88 | 0.26 | 0.31 | 317.92 | 0.78 | 0.39 |
| Hex | B0 | 16 | 82 | 0 | 58 | 1A | 1F | 13E | 4E | 27 |
| Octal | 260 | 26 | 202 | 0 | 130 | 32 | 37 | 476 | 116 | 47 |
| Binary | 10110000 | 10110 | 10000010 | 0 | 1011000 | 11010 | 11111 | 100111110 | 1001110 | 100111 |
Color Harmonies of #B01682
Complementary color
Monochromatic Colors of #B01682
Black with #B01682
Text Example
Text Example
White with #B01682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01682; }
p { color: rgb(176,22,130); }
H1.HeaderClassName
{
color: #B01682;
}
.AnyTagClassName
{
color: #B01682;
}
</style>
background-color css
<style>
a { background-color: #B01682; }
a { background-color: rgb(176,22,130); }
div.DivClassName
{
background-color: #B01682;
}
.BgClassName
{
background-color: #B01682;
}
</style>
border-color css
<style>
span { border-color: #B01682; }
span { border-color: rgb(176,22,130); }
td.TdClassName
{
border-color: #B01682;
}
.TagClassName
{
border-color: #B01682;
}
</style>