Shades of Medium Violet Red #B2029B
Tints of Medium Violet Red #B2029B
RGB
CMYK
RGB Variations
Color information
#B2029B (or 0xB2029B) is known color: Medium Violet Red. HEX triplet: B2, 02 and 9B. RGB value is (178,2,155). Sum of RGB (Red+Green+Blue) = 178+2+155=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B2029B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2029B is #4DFD64. Grayscale: #474747. Windows color (decimal): -5111141 or 10158770. OLE color: 10158770.
HSL color Cylindrical-coordinate representation of color #B2029B: hue angle of 307.84º 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 #B2029B is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 2 | 155 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.30 |
| HSL | 307.84º | 0.98% | 0.35% | - |
| HSV(B) | 307.84º | 0.99% | 0.7% | - |
| XYZ | 24.3 | 11.87 | 32.02 | - |
| YUV | 72.07 | 174.81 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 2 | 155 | 0 | 0.99 | 0.13 | 0.30 | 307.84 | 0.98 | 0.35 |
| Hex | B2 | 2 | 9B | 0 | 63 | D | 1E | 134 | 62 | 23 |
| Octal | 262 | 2 | 233 | 0 | 143 | 15 | 36 | 464 | 142 | 43 |
| Binary | 10110010 | 10 | 10011011 | 0 | 1100011 | 1101 | 11110 | 100110100 | 1100010 | 100011 |
Color Harmonies of #B2029B
Complementary color
Monochromatic Colors of #B2029B
Black with #B2029B
Text Example
Text Example
White with #B2029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2029B; }
p { color: rgb(178,2,155); }
H1.HeaderClassName
{
color: #B2029B;
}
.AnyTagClassName
{
color: #B2029B;
}
</style>
background-color css
<style>
a { background-color: #B2029B; }
a { background-color: rgb(178,2,155); }
div.DivClassName
{
background-color: #B2029B;
}
.BgClassName
{
background-color: #B2029B;
}
</style>
border-color css
<style>
span { border-color: #B2029B; }
span { border-color: rgb(178,2,155); }
td.TdClassName
{
border-color: #B2029B;
}
.TagClassName
{
border-color: #B2029B;
}
</style>