Shades of Medium Violet Red #B10281
Tints of Medium Violet Red #B10281
RGB
CMYK
RGB Variations
Color information
#B10281 (or 0xB10281) is known color: Medium Violet Red. HEX triplet: B1, 02 and 81. RGB value is (177,2,129). Sum of RGB (Red+Green+Blue) = 177+2+129=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B10281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10281 is #4EFD7E. Grayscale: #444444. Windows color (decimal): -5176703 or 8454833. OLE color: 8454833.
HSL color Cylindrical-coordinate representation of color #B10281: hue angle of 316.46º 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 #B10281 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.31 |
| HSL | 316.46º | 0.98% | 0.35% | - |
| HSV(B) | 316.46º | 0.99% | 0.69% | - |
| XYZ | 22.12 | 10.98 | 21.72 | - |
| YUV | 68.8 | 161.98 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 129 | 0 | 0.99 | 0.27 | 0.31 | 316.46 | 0.98 | 0.35 |
| Hex | B1 | 2 | 81 | 0 | 63 | 1B | 1F | 13C | 62 | 23 |
| Octal | 261 | 2 | 201 | 0 | 143 | 33 | 37 | 474 | 142 | 43 |
| Binary | 10110001 | 10 | 10000001 | 0 | 1100011 | 11011 | 11111 | 100111100 | 1100010 | 100011 |
Color Harmonies of #B10281
Complementary color
Monochromatic Colors of #B10281
Black with #B10281
Text Example
Text Example
White with #B10281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10281; }
p { color: rgb(177,2,129); }
H1.HeaderClassName
{
color: #B10281;
}
.AnyTagClassName
{
color: #B10281;
}
</style>
background-color css
<style>
a { background-color: #B10281; }
a { background-color: rgb(177,2,129); }
div.DivClassName
{
background-color: #B10281;
}
.BgClassName
{
background-color: #B10281;
}
</style>
border-color css
<style>
span { border-color: #B10281; }
span { border-color: rgb(177,2,129); }
td.TdClassName
{
border-color: #B10281;
}
.TagClassName
{
border-color: #B10281;
}
</style>