Shades of Medium Red Violet #B0448C
Tints of Medium Red Violet #B0448C
RGB
CMYK
RGB Variations
Color information
#B0448C (or 0xB0448C) is known color: Medium Red Violet. HEX triplet: B0, 44 and 8C. RGB value is (176,68,140). Sum of RGB (Red+Green+Blue) = 176+68+140=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0448C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0448C is #4FBB73. Grayscale: #6C6C6C. Windows color (decimal): -5225332 or 9192624. OLE color: 9192624.
HSL color Cylindrical-coordinate representation of color #B0448C: hue angle of 320º 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 #B0448C is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 140 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.31 |
| HSL | 320º | 0.44% | 0.48% | - |
| HSV(B) | 320º | 0.61% | 0.69% | - |
| XYZ | 24.71 | 15.26 | 26.45 | - |
| YUV | 108.5 | 145.78 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 140 | 0 | 0.61 | 0.20 | 0.31 | 320 | 0.44 | 0.48 |
| Hex | B0 | 44 | 8C | 0 | 3D | 14 | 1F | 140 | 2C | 30 |
| Octal | 260 | 104 | 214 | 0 | 75 | 24 | 37 | 500 | 54 | 60 |
| Binary | 10110000 | 1000100 | 10001100 | 0 | 111101 | 10100 | 11111 | 101000000 | 101100 | 110000 |
Color Harmonies of #B0448C
Complementary color
Monochromatic Colors of #B0448C
Black with #B0448C
Text Example
Text Example
White with #B0448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0448C; }
p { color: rgb(176,68,140); }
H1.HeaderClassName
{
color: #B0448C;
}
.AnyTagClassName
{
color: #B0448C;
}
</style>
background-color css
<style>
a { background-color: #B0448C; }
a { background-color: rgb(176,68,140); }
div.DivClassName
{
background-color: #B0448C;
}
.BgClassName
{
background-color: #B0448C;
}
</style>
border-color css
<style>
span { border-color: #B0448C; }
span { border-color: rgb(176,68,140); }
td.TdClassName
{
border-color: #B0448C;
}
.TagClassName
{
border-color: #B0448C;
}
</style>