Shades of Medium Violet Red #B1087B
Tints of Medium Violet Red #B1087B
RGB
CMYK
RGB Variations
Color information
#B1087B (or 0xB1087B) is known color: Medium Violet Red. HEX triplet: B1, 08 and 7B. RGB value is (177,8,123). Sum of RGB (Red+Green+Blue) = 177+8+123=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B1087B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1087B is #4EF784. Grayscale: #474747. Windows color (decimal): -5175173 or 8063153. OLE color: 8063153.
HSL color Cylindrical-coordinate representation of color #B1087B: hue angle of 319.17º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1087B is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 8 | 123 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.31 |
| HSL | 319.17º | 0.91% | 0.36% | - |
| HSV(B) | 319.17º | 0.95% | 0.69% | - |
| XYZ | 21.79 | 10.95 | 19.7 | - |
| YUV | 71.64 | 156.99 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 8 | 123 | 0 | 0.95 | 0.31 | 0.31 | 319.17 | 0.91 | 0.36 |
| Hex | B1 | 8 | 7B | 0 | 5F | 1F | 1F | 13F | 5B | 24 |
| Octal | 261 | 10 | 173 | 0 | 137 | 37 | 37 | 477 | 133 | 44 |
| Binary | 10110001 | 1000 | 1111011 | 0 | 1011111 | 11111 | 11111 | 100111111 | 1011011 | 100100 |
Color Harmonies of #B1087B
Complementary color
Monochromatic Colors of #B1087B
Black with #B1087B
Text Example
Text Example
White with #B1087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1087B; }
p { color: rgb(177,8,123); }
H1.HeaderClassName
{
color: #B1087B;
}
.AnyTagClassName
{
color: #B1087B;
}
</style>
background-color css
<style>
a { background-color: #B1087B; }
a { background-color: rgb(177,8,123); }
div.DivClassName
{
background-color: #B1087B;
}
.BgClassName
{
background-color: #B1087B;
}
</style>
border-color css
<style>
span { border-color: #B1087B; }
span { border-color: rgb(177,8,123); }
td.TdClassName
{
border-color: #B1087B;
}
.TagClassName
{
border-color: #B1087B;
}
</style>