Shades of Medium Violet Red #B0168D
Tints of Medium Violet Red #B0168D
RGB
CMYK
RGB Variations
Color information
#B0168D (or 0xB0168D) is known color: Medium Violet Red. HEX triplet: B0, 16 and 8D. RGB value is (176,22,141). Sum of RGB (Red+Green+Blue) = 176+22+141=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0168D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0168D is #4FE972. Grayscale: #515151. Windows color (decimal): -5237107 or 9246384. OLE color: 9246384.
HSL color Cylindrical-coordinate representation of color #B0168D: hue angle of 313.64º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0168D is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 22 | 141 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.31 |
| HSL | 313.64º | 0.78% | 0.39% | - |
| HSV(B) | 313.64º | 0.88% | 0.69% | - |
| XYZ | 23 | 11.73 | 26.25 | - |
| YUV | 81.61 | 161.52 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 22 | 141 | 0 | 0.88 | 0.20 | 0.31 | 313.64 | 0.78 | 0.39 |
| Hex | B0 | 16 | 8D | 0 | 58 | 14 | 1F | 13A | 4E | 27 |
| Octal | 260 | 26 | 215 | 0 | 130 | 24 | 37 | 472 | 116 | 47 |
| Binary | 10110000 | 10110 | 10001101 | 0 | 1011000 | 10100 | 11111 | 100111010 | 1001110 | 100111 |
Color Harmonies of #B0168D
Complementary color
Monochromatic Colors of #B0168D
Black with #B0168D
Text Example
Text Example
White with #B0168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0168D; }
p { color: rgb(176,22,141); }
H1.HeaderClassName
{
color: #B0168D;
}
.AnyTagClassName
{
color: #B0168D;
}
</style>
background-color css
<style>
a { background-color: #B0168D; }
a { background-color: rgb(176,22,141); }
div.DivClassName
{
background-color: #B0168D;
}
.BgClassName
{
background-color: #B0168D;
}
</style>
border-color css
<style>
span { border-color: #B0168D; }
span { border-color: rgb(176,22,141); }
td.TdClassName
{
border-color: #B0168D;
}
.TagClassName
{
border-color: #B0168D;
}
</style>