Shades of Medium Red Violet #B2449B
Tints of Medium Red Violet #B2449B
RGB
CMYK
RGB Variations
Color information
#B2449B (or 0xB2449B) is known color: Medium Red Violet. HEX triplet: B2, 44 and 9B. RGB value is (178,68,155). Sum of RGB (Red+Green+Blue) = 178+68+155=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B2449B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2449B is #4DBB64. Grayscale: #6E6E6E. Windows color (decimal): -5094245 or 10175666. OLE color: 10175666.
HSL color Cylindrical-coordinate representation of color #B2449B: hue angle of 312.55º 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 #B2449B is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 68 | 155 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.30 |
| HSL | 312.55º | 0.45% | 0.48% | - |
| HSV(B) | 312.55º | 0.62% | 0.7% | - |
| XYZ | 26.34 | 15.97 | 32.7 | - |
| YUV | 110.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 155 | 0 | 0.62 | 0.13 | 0.30 | 312.55 | 0.45 | 0.48 |
| Hex | B2 | 44 | 9B | 0 | 3E | D | 1E | 139 | 2D | 30 |
| Octal | 262 | 104 | 233 | 0 | 76 | 15 | 36 | 471 | 55 | 60 |
| Binary | 10110010 | 1000100 | 10011011 | 0 | 111110 | 1101 | 11110 | 100111001 | 101101 | 110000 |
Color Harmonies of #B2449B
Complementary color
Monochromatic Colors of #B2449B
Black with #B2449B
Text Example
Text Example
White with #B2449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2449B; }
p { color: rgb(178,68,155); }
H1.HeaderClassName
{
color: #B2449B;
}
.AnyTagClassName
{
color: #B2449B;
}
</style>
background-color css
<style>
a { background-color: #B2449B; }
a { background-color: rgb(178,68,155); }
div.DivClassName
{
background-color: #B2449B;
}
.BgClassName
{
background-color: #B2449B;
}
</style>
border-color css
<style>
span { border-color: #B2449B; }
span { border-color: rgb(178,68,155); }
td.TdClassName
{
border-color: #B2449B;
}
.TagClassName
{
border-color: #B2449B;
}
</style>