Shades of Medium Violet Red #B3017C
Tints of Medium Violet Red #B3017C
RGB
CMYK
RGB Variations
Color information
#B3017C (or 0xB3017C) is known color: Medium Violet Red. HEX triplet: B3, 01 and 7C. RGB value is (179,1,124). Sum of RGB (Red+Green+Blue) = 179+1+124=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B3017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3017C is #4CFE83. Grayscale: #434343. Windows color (decimal): -5045892 or 8126899. OLE color: 8126899.
HSL color Cylindrical-coordinate representation of color #B3017C: hue angle of 318.54º 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 #B3017C is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 124 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.30 |
| HSL | 318.54º | 0.99% | 0.35% | - |
| HSV(B) | 318.54º | 0.99% | 0.7% | - |
| XYZ | 22.24 | 11.06 | 20.03 | - |
| YUV | 68.24 | 159.47 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 124 | 0 | 0.99 | 0.31 | 0.30 | 318.54 | 0.99 | 0.35 |
| Hex | B3 | 1 | 7C | 0 | 63 | 1F | 1E | 13F | 63 | 23 |
| Octal | 263 | 1 | 174 | 0 | 143 | 37 | 36 | 477 | 143 | 43 |
| Binary | 10110011 | 1 | 1111100 | 0 | 1100011 | 11111 | 11110 | 100111111 | 1100011 | 100011 |
Color Harmonies of #B3017C
Complementary color
Monochromatic Colors of #B3017C
Black with #B3017C
Text Example
Text Example
White with #B3017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3017C; }
p { color: rgb(179,1,124); }
H1.HeaderClassName
{
color: #B3017C;
}
.AnyTagClassName
{
color: #B3017C;
}
</style>
background-color css
<style>
a { background-color: #B3017C; }
a { background-color: rgb(179,1,124); }
div.DivClassName
{
background-color: #B3017C;
}
.BgClassName
{
background-color: #B3017C;
}
</style>
border-color css
<style>
span { border-color: #B3017C; }
span { border-color: rgb(179,1,124); }
td.TdClassName
{
border-color: #B3017C;
}
.TagClassName
{
border-color: #B3017C;
}
</style>