Shades of Medium Red Violet #B0449A
Tints of Medium Red Violet #B0449A
RGB
CMYK
RGB Variations
Color information
#B0449A (or 0xB0449A) is known color: Medium Red Violet. HEX triplet: B0, 44 and 9A. RGB value is (176,68,154). Sum of RGB (Red+Green+Blue) = 176+68+154=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0449A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0449A is #4FBB65. Grayscale: #6D6D6D. Windows color (decimal): -5225318 or 10110128. OLE color: 10110128.
HSL color Cylindrical-coordinate representation of color #B0449A: hue angle of 312.22º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0449A is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 154 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.31 |
| HSL | 312.22º | 0.44% | 0.48% | - |
| HSV(B) | 312.22º | 0.61% | 0.69% | - |
| XYZ | 25.8 | 15.7 | 32.24 | - |
| YUV | 110.1 | 152.78 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 154 | 0 | 0.61 | 0.12 | 0.31 | 312.22 | 0.44 | 0.48 |
| Hex | B0 | 44 | 9A | 0 | 3D | C | 1F | 138 | 2C | 30 |
| Octal | 260 | 104 | 232 | 0 | 75 | 14 | 37 | 470 | 54 | 60 |
| Binary | 10110000 | 1000100 | 10011010 | 0 | 111101 | 1100 | 11111 | 100111000 | 101100 | 110000 |
Color Harmonies of #B0449A
Complementary color
Monochromatic Colors of #B0449A
Black with #B0449A
Text Example
Text Example
White with #B0449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0449A; }
p { color: rgb(176,68,154); }
H1.HeaderClassName
{
color: #B0449A;
}
.AnyTagClassName
{
color: #B0449A;
}
</style>
background-color css
<style>
a { background-color: #B0449A; }
a { background-color: rgb(176,68,154); }
div.DivClassName
{
background-color: #B0449A;
}
.BgClassName
{
background-color: #B0449A;
}
</style>
border-color css
<style>
span { border-color: #B0449A; }
span { border-color: rgb(176,68,154); }
td.TdClassName
{
border-color: #B0449A;
}
.TagClassName
{
border-color: #B0449A;
}
</style>