Shades of Medium Violet Red #B1018F
Tints of Medium Violet Red #B1018F
RGB
CMYK
RGB Variations
Color information
#B1018F (or 0xB1018F) is known color: Medium Violet Red. HEX triplet: B1, 01 and 8F. RGB value is (177,1,143). Sum of RGB (Red+Green+Blue) = 177+1+143=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B1018F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1018F is #4EFE70. Grayscale: #454545. Windows color (decimal): -5176945 or 9372081. OLE color: 9372081.
HSL color Cylindrical-coordinate representation of color #B1018F: hue angle of 311.59º degrees, saturation: 0.99, 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 #B1018F is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 143 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.31 |
| HSL | 311.59º | 0.99% | 0.35% | - |
| HSV(B) | 311.59º | 0.99% | 0.69% | - |
| XYZ | 23.1 | 11.35 | 26.96 | - |
| YUV | 69.81 | 169.31 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 143 | 0 | 0.99 | 0.19 | 0.31 | 311.59 | 0.99 | 0.35 |
| Hex | B1 | 1 | 8F | 0 | 63 | 13 | 1F | 138 | 63 | 23 |
| Octal | 261 | 1 | 217 | 0 | 143 | 23 | 37 | 470 | 143 | 43 |
| Binary | 10110001 | 1 | 10001111 | 0 | 1100011 | 10011 | 11111 | 100111000 | 1100011 | 100011 |
Color Harmonies of #B1018F
Complementary color
Monochromatic Colors of #B1018F
Black with #B1018F
Text Example
Text Example
White with #B1018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1018F; }
p { color: rgb(177,1,143); }
H1.HeaderClassName
{
color: #B1018F;
}
.AnyTagClassName
{
color: #B1018F;
}
</style>
background-color css
<style>
a { background-color: #B1018F; }
a { background-color: rgb(177,1,143); }
div.DivClassName
{
background-color: #B1018F;
}
.BgClassName
{
background-color: #B1018F;
}
</style>
border-color css
<style>
span { border-color: #B1018F; }
span { border-color: rgb(177,1,143); }
td.TdClassName
{
border-color: #B1018F;
}
.TagClassName
{
border-color: #B1018F;
}
</style>