Shades of Medium Violet Red #B2029D
Tints of Medium Violet Red #B2029D
RGB
CMYK
RGB Variations
Color information
#B2029D (or 0xB2029D) is known color: Medium Violet Red. HEX triplet: B2, 02 and 9D. RGB value is (178,2,157). Sum of RGB (Red+Green+Blue) = 178+2+157=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2029D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2029D is #4DFD62. Grayscale: #474747. Windows color (decimal): -5111139 or 10289842. OLE color: 10289842.
HSL color Cylindrical-coordinate representation of color #B2029D: hue angle of 307.16º degrees, saturation: 0.98, 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 #B2029D is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 2 | 157 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.30 |
| HSL | 307.16º | 0.98% | 0.35% | - |
| HSV(B) | 307.16º | 0.99% | 0.7% | - |
| XYZ | 24.47 | 11.94 | 32.91 | - |
| YUV | 72.29 | 175.81 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 2 | 157 | 0 | 0.99 | 0.12 | 0.30 | 307.16 | 0.98 | 0.35 |
| Hex | B2 | 2 | 9D | 0 | 63 | C | 1E | 133 | 62 | 23 |
| Octal | 262 | 2 | 235 | 0 | 143 | 14 | 36 | 463 | 142 | 43 |
| Binary | 10110010 | 10 | 10011101 | 0 | 1100011 | 1100 | 11110 | 100110011 | 1100010 | 100011 |
Color Harmonies of #B2029D
Complementary color
Monochromatic Colors of #B2029D
Black with #B2029D
Text Example
Text Example
White with #B2029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2029D; }
p { color: rgb(178,2,157); }
H1.HeaderClassName
{
color: #B2029D;
}
.AnyTagClassName
{
color: #B2029D;
}
</style>
background-color css
<style>
a { background-color: #B2029D; }
a { background-color: rgb(178,2,157); }
div.DivClassName
{
background-color: #B2029D;
}
.BgClassName
{
background-color: #B2029D;
}
</style>
border-color css
<style>
span { border-color: #B2029D; }
span { border-color: rgb(178,2,157); }
td.TdClassName
{
border-color: #B2029D;
}
.TagClassName
{
border-color: #B2029D;
}
</style>