Shades of Medium Violet Red #B2017B
Tints of Medium Violet Red #B2017B
RGB
CMYK
RGB Variations
Color information
#B2017B (or 0xB2017B) is known color: Medium Violet Red. HEX triplet: B2, 01 and 7B. RGB value is (178,1,123). Sum of RGB (Red+Green+Blue) = 178+1+123=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B2017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2017B is #4DFE84. Grayscale: #434343. Windows color (decimal): -5111429 or 8061362. OLE color: 8061362.
HSL color Cylindrical-coordinate representation of color #B2017B: hue angle of 318.64º 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 #B2017B is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 123 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.30 |
| HSL | 318.64º | 0.99% | 0.35% | - |
| HSV(B) | 318.64º | 0.99% | 0.7% | - |
| XYZ | 21.95 | 10.92 | 19.69 | - |
| YUV | 67.83 | 159.14 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 123 | 0 | 0.99 | 0.31 | 0.30 | 318.64 | 0.99 | 0.35 |
| Hex | B2 | 1 | 7B | 0 | 63 | 1F | 1E | 13F | 63 | 23 |
| Octal | 262 | 1 | 173 | 0 | 143 | 37 | 36 | 477 | 143 | 43 |
| Binary | 10110010 | 1 | 1111011 | 0 | 1100011 | 11111 | 11110 | 100111111 | 1100011 | 100011 |
Color Harmonies of #B2017B
Complementary color
Monochromatic Colors of #B2017B
Black with #B2017B
Text Example
Text Example
White with #B2017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2017B; }
p { color: rgb(178,1,123); }
H1.HeaderClassName
{
color: #B2017B;
}
.AnyTagClassName
{
color: #B2017B;
}
</style>
background-color css
<style>
a { background-color: #B2017B; }
a { background-color: rgb(178,1,123); }
div.DivClassName
{
background-color: #B2017B;
}
.BgClassName
{
background-color: #B2017B;
}
</style>
border-color css
<style>
span { border-color: #B2017B; }
span { border-color: rgb(178,1,123); }
td.TdClassName
{
border-color: #B2017B;
}
.TagClassName
{
border-color: #B2017B;
}
</style>