Shades of Medium Violet Red #B1008A
Tints of Medium Violet Red #B1008A
RGB
CMYK
RGB Variations
Color information
#B1008A (or 0xB1008A) is known color: Medium Violet Red. HEX triplet: B1, 00 and 8A. RGB value is (177,0,138). Sum of RGB (Red+Green+Blue) = 177+0+138=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B1008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1008A is #4EFF75. Grayscale: #444444. Windows color (decimal): -5177206 or 9044145. OLE color: 9044145.
HSL color Cylindrical-coordinate representation of color #B1008A: hue angle of 313.22º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B1008A is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 138 | - |
| CMYK | 0 | 1 | 0.22 | 0.31 |
| HSL | 313.22º | 1% | 0.35% | - |
| HSV(B) | 313.22º | 1% | 0.69% | - |
| XYZ | 22.72 | 11.18 | 25.01 | - |
| YUV | 68.66 | 167.14 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 138 | 0 | 1 | 0.22 | 0.31 | 313.22 | 1 | 0.35 |
| Hex | B1 | 0 | 8A | 0 | 64 | 16 | 1F | 139 | 64 | 23 |
| Octal | 261 | 0 | 212 | 0 | 144 | 26 | 37 | 471 | 144 | 43 |
| Binary | 10110001 | 0 | 10001010 | 0 | 1100100 | 10110 | 11111 | 100111001 | 1100100 | 100011 |
Color Harmonies of #B1008A
Complementary color
Monochromatic Colors of #B1008A
Black with #B1008A
Text Example
Text Example
White with #B1008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1008A; }
p { color: rgb(177,0,138); }
H1.HeaderClassName
{
color: #B1008A;
}
.AnyTagClassName
{
color: #B1008A;
}
</style>
background-color css
<style>
a { background-color: #B1008A; }
a { background-color: rgb(177,0,138); }
div.DivClassName
{
background-color: #B1008A;
}
.BgClassName
{
background-color: #B1008A;
}
</style>
border-color css
<style>
span { border-color: #B1008A; }
span { border-color: rgb(177,0,138); }
td.TdClassName
{
border-color: #B1008A;
}
.TagClassName
{
border-color: #B1008A;
}
</style>