Shades of Medium Violet Red #B1028E
Tints of Medium Violet Red #B1028E
RGB
CMYK
RGB Variations
Color information
#B1028E (or 0xB1028E) is known color: Medium Violet Red. HEX triplet: B1, 02 and 8E. RGB value is (177,2,142). Sum of RGB (Red+Green+Blue) = 177+2+142=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B1028E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1028E is #4EFD71. Grayscale: #454545. Windows color (decimal): -5176690 or 9306801. OLE color: 9306801.
HSL color Cylindrical-coordinate representation of color #B1028E: hue angle of 312º 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 #B1028E is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 2 | 142 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.31 |
| HSL | 312º | 0.98% | 0.35% | - |
| HSV(B) | 312º | 0.99% | 0.69% | - |
| XYZ | 23.04 | 11.34 | 26.57 | - |
| YUV | 70.29 | 168.48 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 142 | 0 | 0.99 | 0.20 | 0.31 | 312 | 0.98 | 0.35 |
| Hex | B1 | 2 | 8E | 0 | 63 | 14 | 1F | 138 | 62 | 23 |
| Octal | 261 | 2 | 216 | 0 | 143 | 24 | 37 | 470 | 142 | 43 |
| Binary | 10110001 | 10 | 10001110 | 0 | 1100011 | 10100 | 11111 | 100111000 | 1100010 | 100011 |
Color Harmonies of #B1028E
Complementary color
Monochromatic Colors of #B1028E
Black with #B1028E
Text Example
Text Example
White with #B1028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1028E; }
p { color: rgb(177,2,142); }
H1.HeaderClassName
{
color: #B1028E;
}
.AnyTagClassName
{
color: #B1028E;
}
</style>
background-color css
<style>
a { background-color: #B1028E; }
a { background-color: rgb(177,2,142); }
div.DivClassName
{
background-color: #B1028E;
}
.BgClassName
{
background-color: #B1028E;
}
</style>
border-color css
<style>
span { border-color: #B1028E; }
span { border-color: rgb(177,2,142); }
td.TdClassName
{
border-color: #B1028E;
}
.TagClassName
{
border-color: #B1028E;
}
</style>