Shades of Medium Red Violet #B0448A
Tints of Medium Red Violet #B0448A
RGB
CMYK
RGB Variations
Color information
#B0448A (or 0xB0448A) is known color: Medium Red Violet. HEX triplet: B0, 44 and 8A. RGB value is (176,68,138). Sum of RGB (Red+Green+Blue) = 176+68+138=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B0448A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0448A is #4FBB75. Grayscale: #6C6C6C. Windows color (decimal): -5225334 or 9061552. OLE color: 9061552.
HSL color Cylindrical-coordinate representation of color #B0448A: hue angle of 321.11º 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 #B0448A is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 138 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.31 |
| HSL | 321.11º | 0.44% | 0.48% | - |
| HSV(B) | 321.11º | 0.61% | 0.69% | - |
| XYZ | 24.56 | 15.2 | 25.68 | - |
| YUV | 108.27 | 144.78 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 138 | 0 | 0.61 | 0.22 | 0.31 | 321.11 | 0.44 | 0.48 |
| Hex | B0 | 44 | 8A | 0 | 3D | 16 | 1F | 141 | 2C | 30 |
| Octal | 260 | 104 | 212 | 0 | 75 | 26 | 37 | 501 | 54 | 60 |
| Binary | 10110000 | 1000100 | 10001010 | 0 | 111101 | 10110 | 11111 | 101000001 | 101100 | 110000 |
Color Harmonies of #B0448A
Complementary color
Monochromatic Colors of #B0448A
Black with #B0448A
Text Example
Text Example
White with #B0448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0448A; }
p { color: rgb(176,68,138); }
H1.HeaderClassName
{
color: #B0448A;
}
.AnyTagClassName
{
color: #B0448A;
}
</style>
background-color css
<style>
a { background-color: #B0448A; }
a { background-color: rgb(176,68,138); }
div.DivClassName
{
background-color: #B0448A;
}
.BgClassName
{
background-color: #B0448A;
}
</style>
border-color css
<style>
span { border-color: #B0448A; }
span { border-color: rgb(176,68,138); }
td.TdClassName
{
border-color: #B0448A;
}
.TagClassName
{
border-color: #B0448A;
}
</style>