Shades of Medium Red Violet #B2449C
Tints of Medium Red Violet #B2449C
RGB
CMYK
RGB Variations
Color information
#B2449C (or 0xB2449C) is known color: Medium Red Violet. HEX triplet: B2, 44 and 9C. RGB value is (178,68,156). Sum of RGB (Red+Green+Blue) = 178+68+156=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B2449C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2449C is #4DBB63. Grayscale: #6E6E6E. Windows color (decimal): -5094244 or 10241202. OLE color: 10241202.
HSL color Cylindrical-coordinate representation of color #B2449C: hue angle of 312º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2449C is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 68 | 156 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.30 |
| HSL | 312º | 0.45% | 0.48% | - |
| HSV(B) | 312º | 0.62% | 0.7% | - |
| XYZ | 26.43 | 16 | 33.15 | - |
| YUV | 110.92 | 153.44 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 156 | 0 | 0.62 | 0.12 | 0.30 | 312 | 0.45 | 0.48 |
| Hex | B2 | 44 | 9C | 0 | 3E | C | 1E | 138 | 2D | 30 |
| Octal | 262 | 104 | 234 | 0 | 76 | 14 | 36 | 470 | 55 | 60 |
| Binary | 10110010 | 1000100 | 10011100 | 0 | 111110 | 1100 | 11110 | 100111000 | 101101 | 110000 |
Color Harmonies of #B2449C
Complementary color
Monochromatic Colors of #B2449C
Black with #B2449C
Text Example
Text Example
White with #B2449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2449C; }
p { color: rgb(178,68,156); }
H1.HeaderClassName
{
color: #B2449C;
}
.AnyTagClassName
{
color: #B2449C;
}
</style>
background-color css
<style>
a { background-color: #B2449C; }
a { background-color: rgb(178,68,156); }
div.DivClassName
{
background-color: #B2449C;
}
.BgClassName
{
background-color: #B2449C;
}
</style>
border-color css
<style>
span { border-color: #B2449C; }
span { border-color: rgb(178,68,156); }
td.TdClassName
{
border-color: #B2449C;
}
.TagClassName
{
border-color: #B2449C;
}
</style>