Shades of Medium Red Violet #B0468E
Tints of Medium Red Violet #B0468E
RGB
CMYK
RGB Variations
Color information
#B0468E (or 0xB0468E) is known color: Medium Red Violet. HEX triplet: B0, 46 and 8E. RGB value is (176,70,142). Sum of RGB (Red+Green+Blue) = 176+70+142=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0468E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0468E is #4FB971. Grayscale: #6D6D6D. Windows color (decimal): -5224818 or 9324208. OLE color: 9324208.
HSL color Cylindrical-coordinate representation of color #B0468E: hue angle of 319.25º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0468E is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 70 | 142 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.31 |
| HSL | 319.25º | 0.43% | 0.48% | - |
| HSV(B) | 319.25º | 0.6% | 0.69% | - |
| XYZ | 24.98 | 15.56 | 27.28 | - |
| YUV | 109.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 142 | 0 | 0.60 | 0.19 | 0.31 | 319.25 | 0.43 | 0.48 |
| Hex | B0 | 46 | 8E | 0 | 3C | 13 | 1F | 13F | 2B | 30 |
| Octal | 260 | 106 | 216 | 0 | 74 | 23 | 37 | 477 | 53 | 60 |
| Binary | 10110000 | 1000110 | 10001110 | 0 | 111100 | 10011 | 11111 | 100111111 | 101011 | 110000 |
Color Harmonies of #B0468E
Complementary color
Monochromatic Colors of #B0468E
Black with #B0468E
Text Example
Text Example
White with #B0468E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0468E; }
p { color: rgb(176,70,142); }
H1.HeaderClassName
{
color: #B0468E;
}
.AnyTagClassName
{
color: #B0468E;
}
</style>
background-color css
<style>
a { background-color: #B0468E; }
a { background-color: rgb(176,70,142); }
div.DivClassName
{
background-color: #B0468E;
}
.BgClassName
{
background-color: #B0468E;
}
</style>
border-color css
<style>
span { border-color: #B0468E; }
span { border-color: rgb(176,70,142); }
td.TdClassName
{
border-color: #B0468E;
}
.TagClassName
{
border-color: #B0468E;
}
</style>