Shades of Medium Red Violet #B2449A
Tints of Medium Red Violet #B2449A
RGB
CMYK
RGB Variations
Color information
#B2449A (or 0xB2449A) is known color: Medium Red Violet. HEX triplet: B2, 44 and 9A. RGB value is (178,68,154). Sum of RGB (Red+Green+Blue) = 178+68+154=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B2449A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2449A is #4DBB65. Grayscale: #6E6E6E. Windows color (decimal): -5094246 or 10110130. OLE color: 10110130.
HSL color Cylindrical-coordinate representation of color #B2449A: hue angle of 313.09º 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 #B2449A is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 68 | 154 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.30 |
| HSL | 313.09º | 0.45% | 0.48% | - |
| HSV(B) | 313.09º | 0.62% | 0.7% | - |
| XYZ | 26.26 | 15.93 | 32.26 | - |
| YUV | 110.69 | 152.44 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 154 | 0 | 0.62 | 0.13 | 0.30 | 313.09 | 0.45 | 0.48 |
| Hex | B2 | 44 | 9A | 0 | 3E | D | 1E | 139 | 2D | 30 |
| Octal | 262 | 104 | 232 | 0 | 76 | 15 | 36 | 471 | 55 | 60 |
| Binary | 10110010 | 1000100 | 10011010 | 0 | 111110 | 1101 | 11110 | 100111001 | 101101 | 110000 |
Color Harmonies of #B2449A
Complementary color
Monochromatic Colors of #B2449A
Black with #B2449A
Text Example
Text Example
White with #B2449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2449A; }
p { color: rgb(178,68,154); }
H1.HeaderClassName
{
color: #B2449A;
}
.AnyTagClassName
{
color: #B2449A;
}
</style>
background-color css
<style>
a { background-color: #B2449A; }
a { background-color: rgb(178,68,154); }
div.DivClassName
{
background-color: #B2449A;
}
.BgClassName
{
background-color: #B2449A;
}
</style>
border-color css
<style>
span { border-color: #B2449A; }
span { border-color: rgb(178,68,154); }
td.TdClassName
{
border-color: #B2449A;
}
.TagClassName
{
border-color: #B2449A;
}
</style>