Shades of Medium Red Violet #B0448F
Tints of Medium Red Violet #B0448F
RGB
CMYK
RGB Variations
Color information
#B0448F (or 0xB0448F) is known color: Medium Red Violet. HEX triplet: B0, 44 and 8F. RGB value is (176,68,143). Sum of RGB (Red+Green+Blue) = 176+68+143=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0448F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0448F is #4FBB70. Grayscale: #6C6C6C. Windows color (decimal): -5225329 or 9389232. OLE color: 9389232.
HSL color Cylindrical-coordinate representation of color #B0448F: hue angle of 318.33º 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 #B0448F is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 143 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.31 |
| HSL | 318.33º | 0.44% | 0.48% | - |
| HSV(B) | 318.33º | 0.61% | 0.69% | - |
| XYZ | 24.93 | 15.35 | 27.64 | - |
| YUV | 108.84 | 147.28 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 143 | 0 | 0.61 | 0.19 | 0.31 | 318.33 | 0.44 | 0.48 |
| Hex | B0 | 44 | 8F | 0 | 3D | 13 | 1F | 13E | 2C | 30 |
| Octal | 260 | 104 | 217 | 0 | 75 | 23 | 37 | 476 | 54 | 60 |
| Binary | 10110000 | 1000100 | 10001111 | 0 | 111101 | 10011 | 11111 | 100111110 | 101100 | 110000 |
Color Harmonies of #B0448F
Complementary color
Monochromatic Colors of #B0448F
Black with #B0448F
Text Example
Text Example
White with #B0448F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0448F; }
p { color: rgb(176,68,143); }
H1.HeaderClassName
{
color: #B0448F;
}
.AnyTagClassName
{
color: #B0448F;
}
</style>
background-color css
<style>
a { background-color: #B0448F; }
a { background-color: rgb(176,68,143); }
div.DivClassName
{
background-color: #B0448F;
}
.BgClassName
{
background-color: #B0448F;
}
</style>
border-color css
<style>
span { border-color: #B0448F; }
span { border-color: rgb(176,68,143); }
td.TdClassName
{
border-color: #B0448F;
}
.TagClassName
{
border-color: #B0448F;
}
</style>