Shades of Medium Violet Red #B3127F
Tints of Medium Violet Red #B3127F
RGB
CMYK
RGB Variations
Color information
#B3127F (or 0xB3127F) is known color: Medium Violet Red. HEX triplet: B3, 12 and 7F. RGB value is (179,18,127). Sum of RGB (Red+Green+Blue) = 179+18+127=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B3127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3127F is #4CED80. Grayscale: #4E4E4E. Windows color (decimal): -5041537 or 8327859. OLE color: 8327859.
HSL color Cylindrical-coordinate representation of color #B3127F: hue angle of 319.38º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B3127F is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 18 | 127 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.30 |
| HSL | 319.38º | 0.82% | 0.39% | - |
| HSV(B) | 319.38º | 0.9% | 0.7% | - |
| XYZ | 22.64 | 11.55 | 21.11 | - |
| YUV | 78.57 | 155.34 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 127 | 0 | 0.90 | 0.29 | 0.30 | 319.38 | 0.82 | 0.39 |
| Hex | B3 | 12 | 7F | 0 | 5A | 1D | 1E | 13F | 52 | 27 |
| Octal | 263 | 22 | 177 | 0 | 132 | 35 | 36 | 477 | 122 | 47 |
| Binary | 10110011 | 10010 | 1111111 | 0 | 1011010 | 11101 | 11110 | 100111111 | 1010010 | 100111 |
Color Harmonies of #B3127F
Complementary color
Monochromatic Colors of #B3127F
Black with #B3127F
Text Example
Text Example
White with #B3127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3127F; }
p { color: rgb(179,18,127); }
H1.HeaderClassName
{
color: #B3127F;
}
.AnyTagClassName
{
color: #B3127F;
}
</style>
background-color css
<style>
a { background-color: #B3127F; }
a { background-color: rgb(179,18,127); }
div.DivClassName
{
background-color: #B3127F;
}
.BgClassName
{
background-color: #B3127F;
}
</style>
border-color css
<style>
span { border-color: #B3127F; }
span { border-color: rgb(179,18,127); }
td.TdClassName
{
border-color: #B3127F;
}
.TagClassName
{
border-color: #B3127F;
}
</style>