Shades of Medium Violet Red #B3017F
Tints of Medium Violet Red #B3017F
RGB
CMYK
RGB Variations
Color information
#B3017F (or 0xB3017F) is known color: Medium Violet Red. HEX triplet: B3, 01 and 7F. RGB value is (179,1,127). Sum of RGB (Red+Green+Blue) = 179+1+127=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B3017F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3017F is #4CFE80. Grayscale: #444444. Windows color (decimal): -5045889 or 8323507. OLE color: 8323507.
HSL color Cylindrical-coordinate representation of color #B3017F: hue angle of 317.53º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3017F is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 127 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.30 |
| HSL | 317.53º | 0.99% | 0.35% | - |
| HSV(B) | 317.53º | 0.99% | 0.7% | - |
| XYZ | 22.43 | 11.14 | 21.05 | - |
| YUV | 68.59 | 160.97 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 127 | 0 | 0.99 | 0.29 | 0.30 | 317.53 | 0.99 | 0.35 |
| Hex | B3 | 1 | 7F | 0 | 63 | 1D | 1E | 13E | 63 | 23 |
| Octal | 263 | 1 | 177 | 0 | 143 | 35 | 36 | 476 | 143 | 43 |
| Binary | 10110011 | 1 | 1111111 | 0 | 1100011 | 11101 | 11110 | 100111110 | 1100011 | 100011 |
Color Harmonies of #B3017F
Complementary color
Monochromatic Colors of #B3017F
Black with #B3017F
Text Example
Text Example
White with #B3017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3017F; }
p { color: rgb(179,1,127); }
H1.HeaderClassName
{
color: #B3017F;
}
.AnyTagClassName
{
color: #B3017F;
}
</style>
background-color css
<style>
a { background-color: #B3017F; }
a { background-color: rgb(179,1,127); }
div.DivClassName
{
background-color: #B3017F;
}
.BgClassName
{
background-color: #B3017F;
}
</style>
border-color css
<style>
span { border-color: #B3017F; }
span { border-color: rgb(179,1,127); }
td.TdClassName
{
border-color: #B3017F;
}
.TagClassName
{
border-color: #B3017F;
}
</style>