Shades of Medium Violet Red #B10282
Tints of Medium Violet Red #B10282
RGB
CMYK
RGB Variations
Color information
#B10282 (or 0xB10282) is known color: Medium Violet Red. HEX triplet: B1, 02 and 82. RGB value is (177,2,130). Sum of RGB (Red+Green+Blue) = 177+2+130=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B10282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10282 is #4EFD7D. Grayscale: #444444. Windows color (decimal): -5176702 or 8520369. OLE color: 8520369.
HSL color Cylindrical-coordinate representation of color #B10282: hue angle of 316.11º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B10282 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 2 | 130 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.31 |
| HSL | 316.11º | 0.98% | 0.35% | - |
| HSV(B) | 316.11º | 0.99% | 0.69% | - |
| XYZ | 22.18 | 11 | 22.07 | - |
| YUV | 68.92 | 162.48 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 130 | 0 | 0.99 | 0.27 | 0.31 | 316.11 | 0.98 | 0.35 |
| Hex | B1 | 2 | 82 | 0 | 63 | 1B | 1F | 13C | 62 | 23 |
| Octal | 261 | 2 | 202 | 0 | 143 | 33 | 37 | 474 | 142 | 43 |
| Binary | 10110001 | 10 | 10000010 | 0 | 1100011 | 11011 | 11111 | 100111100 | 1100010 | 100011 |
Color Harmonies of #B10282
Complementary color
Monochromatic Colors of #B10282
Black with #B10282
Text Example
Text Example
White with #B10282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10282; }
p { color: rgb(177,2,130); }
H1.HeaderClassName
{
color: #B10282;
}
.AnyTagClassName
{
color: #B10282;
}
</style>
background-color css
<style>
a { background-color: #B10282; }
a { background-color: rgb(177,2,130); }
div.DivClassName
{
background-color: #B10282;
}
.BgClassName
{
background-color: #B10282;
}
</style>
border-color css
<style>
span { border-color: #B10282; }
span { border-color: rgb(177,2,130); }
td.TdClassName
{
border-color: #B10282;
}
.TagClassName
{
border-color: #B10282;
}
</style>