Shades of Medium Violet Red #B2059D
Tints of Medium Violet Red #B2059D
RGB
CMYK
RGB Variations
Color information
#B2059D (or 0xB2059D) is known color: Medium Violet Red. HEX triplet: B2, 05 and 9D. RGB value is (178,5,157). Sum of RGB (Red+Green+Blue) = 178+5+157=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B2059D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2059D is #4DFA62. Grayscale: #494949. Windows color (decimal): -5110371 or 10290610. OLE color: 10290610.
HSL color Cylindrical-coordinate representation of color #B2059D: hue angle of 307.28º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2059D is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 5 | 157 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.30 |
| HSL | 307.28º | 0.95% | 0.36% | - |
| HSV(B) | 307.28º | 0.97% | 0.7% | - |
| XYZ | 24.5 | 12.01 | 32.92 | - |
| YUV | 74.06 | 174.81 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 157 | 0 | 0.97 | 0.12 | 0.30 | 307.28 | 0.95 | 0.36 |
| Hex | B2 | 5 | 9D | 0 | 61 | C | 1E | 133 | 5F | 24 |
| Octal | 262 | 5 | 235 | 0 | 141 | 14 | 36 | 463 | 137 | 44 |
| Binary | 10110010 | 101 | 10011101 | 0 | 1100001 | 1100 | 11110 | 100110011 | 1011111 | 100100 |
Color Harmonies of #B2059D
Complementary color
Monochromatic Colors of #B2059D
Black with #B2059D
Text Example
Text Example
White with #B2059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2059D; }
p { color: rgb(178,5,157); }
H1.HeaderClassName
{
color: #B2059D;
}
.AnyTagClassName
{
color: #B2059D;
}
</style>
background-color css
<style>
a { background-color: #B2059D; }
a { background-color: rgb(178,5,157); }
div.DivClassName
{
background-color: #B2059D;
}
.BgClassName
{
background-color: #B2059D;
}
</style>
border-color css
<style>
span { border-color: #B2059D; }
span { border-color: rgb(178,5,157); }
td.TdClassName
{
border-color: #B2059D;
}
.TagClassName
{
border-color: #B2059D;
}
</style>