Shades of Medium Violet Red #B1027D
Tints of Medium Violet Red #B1027D
RGB
CMYK
RGB Variations
Color information
#B1027D (or 0xB1027D) is known color: Medium Violet Red. HEX triplet: B1, 02 and 7D. RGB value is (177,2,125). Sum of RGB (Red+Green+Blue) = 177+2+125=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B1027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1027D is #4EFD82. Grayscale: #444444. Windows color (decimal): -5176707 or 8192689. OLE color: 8192689.
HSL color Cylindrical-coordinate representation of color #B1027D: hue angle of 317.83º 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 #B1027D is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.31 |
| HSL | 317.83º | 0.98% | 0.35% | - |
| HSV(B) | 317.83º | 0.99% | 0.69% | - |
| XYZ | 21.85 | 10.87 | 20.35 | - |
| YUV | 68.35 | 159.98 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 125 | 0 | 0.99 | 0.29 | 0.31 | 317.83 | 0.98 | 0.35 |
| Hex | B1 | 2 | 7D | 0 | 63 | 1D | 1F | 13E | 62 | 23 |
| Octal | 261 | 2 | 175 | 0 | 143 | 35 | 37 | 476 | 142 | 43 |
| Binary | 10110001 | 10 | 1111101 | 0 | 1100011 | 11101 | 11111 | 100111110 | 1100010 | 100011 |
Color Harmonies of #B1027D
Complementary color
Monochromatic Colors of #B1027D
Black with #B1027D
Text Example
Text Example
White with #B1027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1027D; }
p { color: rgb(177,2,125); }
H1.HeaderClassName
{
color: #B1027D;
}
.AnyTagClassName
{
color: #B1027D;
}
</style>
background-color css
<style>
a { background-color: #B1027D; }
a { background-color: rgb(177,2,125); }
div.DivClassName
{
background-color: #B1027D;
}
.BgClassName
{
background-color: #B1027D;
}
</style>
border-color css
<style>
span { border-color: #B1027D; }
span { border-color: rgb(177,2,125); }
td.TdClassName
{
border-color: #B1027D;
}
.TagClassName
{
border-color: #B1027D;
}
</style>