Shades of Medium Violet Red #B2017C
Tints of Medium Violet Red #B2017C
RGB
CMYK
RGB Variations
Color information
#B2017C (or 0xB2017C) is known color: Medium Violet Red. HEX triplet: B2, 01 and 7C. RGB value is (178,1,124). Sum of RGB (Red+Green+Blue) = 178+1+124=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B2017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2017C is #4DFE83. Grayscale: #434343. Windows color (decimal): -5111428 or 8126898. OLE color: 8126898.
HSL color Cylindrical-coordinate representation of color #B2017C: hue angle of 318.31º 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 #B2017C is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 124 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.30 |
| HSL | 318.31º | 0.99% | 0.35% | - |
| HSV(B) | 318.31º | 0.99% | 0.7% | - |
| XYZ | 22.01 | 10.94 | 20.02 | - |
| YUV | 67.95 | 159.64 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 124 | 0 | 0.99 | 0.30 | 0.30 | 318.31 | 0.99 | 0.35 |
| Hex | B2 | 1 | 7C | 0 | 63 | 1E | 1E | 13E | 63 | 23 |
| Octal | 262 | 1 | 174 | 0 | 143 | 36 | 36 | 476 | 143 | 43 |
| Binary | 10110010 | 1 | 1111100 | 0 | 1100011 | 11110 | 11110 | 100111110 | 1100011 | 100011 |
Color Harmonies of #B2017C
Complementary color
Monochromatic Colors of #B2017C
Black with #B2017C
Text Example
Text Example
White with #B2017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2017C; }
p { color: rgb(178,1,124); }
H1.HeaderClassName
{
color: #B2017C;
}
.AnyTagClassName
{
color: #B2017C;
}
</style>
background-color css
<style>
a { background-color: #B2017C; }
a { background-color: rgb(178,1,124); }
div.DivClassName
{
background-color: #B2017C;
}
.BgClassName
{
background-color: #B2017C;
}
</style>
border-color css
<style>
span { border-color: #B2017C; }
span { border-color: rgb(178,1,124); }
td.TdClassName
{
border-color: #B2017C;
}
.TagClassName
{
border-color: #B2017C;
}
</style>