Shades of Medium Red Violet #B0468C
Tints of Medium Red Violet #B0468C
RGB
CMYK
RGB Variations
Color information
#B0468C (or 0xB0468C) is known color: Medium Red Violet. HEX triplet: B0, 46 and 8C. RGB value is (176,70,140). Sum of RGB (Red+Green+Blue) = 176+70+140=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0468C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0468C is #4FB973. Grayscale: #6D6D6D. Windows color (decimal): -5224820 or 9193136. OLE color: 9193136.
HSL color Cylindrical-coordinate representation of color #B0468C: hue angle of 320.38º 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 #B0468C is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 70 | 140 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.31 |
| HSL | 320.38º | 0.43% | 0.48% | - |
| HSV(B) | 320.38º | 0.6% | 0.69% | - |
| XYZ | 24.83 | 15.5 | 26.49 | - |
| YUV | 109.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 140 | 0 | 0.60 | 0.20 | 0.31 | 320.38 | 0.43 | 0.48 |
| Hex | B0 | 46 | 8C | 0 | 3C | 14 | 1F | 140 | 2B | 30 |
| Octal | 260 | 106 | 214 | 0 | 74 | 24 | 37 | 500 | 53 | 60 |
| Binary | 10110000 | 1000110 | 10001100 | 0 | 111100 | 10100 | 11111 | 101000000 | 101011 | 110000 |
Color Harmonies of #B0468C
Complementary color
Monochromatic Colors of #B0468C
Black with #B0468C
Text Example
Text Example
White with #B0468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0468C; }
p { color: rgb(176,70,140); }
H1.HeaderClassName
{
color: #B0468C;
}
.AnyTagClassName
{
color: #B0468C;
}
</style>
background-color css
<style>
a { background-color: #B0468C; }
a { background-color: rgb(176,70,140); }
div.DivClassName
{
background-color: #B0468C;
}
.BgClassName
{
background-color: #B0468C;
}
</style>
border-color css
<style>
span { border-color: #B0468C; }
span { border-color: rgb(176,70,140); }
td.TdClassName
{
border-color: #B0468C;
}
.TagClassName
{
border-color: #B0468C;
}
</style>