Shades of Medium Violet Red #B0168F
Tints of Medium Violet Red #B0168F
RGB
CMYK
RGB Variations
Color information
#B0168F (or 0xB0168F) is known color: Medium Violet Red. HEX triplet: B0, 16 and 8F. RGB value is (176,22,143). Sum of RGB (Red+Green+Blue) = 176+22+143=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0168F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0168F is #4FE970. Grayscale: #515151. Windows color (decimal): -5237105 or 9377456. OLE color: 9377456.
HSL color Cylindrical-coordinate representation of color #B0168F: hue angle of 312.86º 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 #B0168F is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 22 | 143 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.31 |
| HSL | 312.86º | 0.78% | 0.39% | - |
| HSV(B) | 312.86º | 0.88% | 0.69% | - |
| XYZ | 23.15 | 11.79 | 27.04 | - |
| YUV | 81.84 | 162.52 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 22 | 143 | 0 | 0.88 | 0.19 | 0.31 | 312.86 | 0.78 | 0.39 |
| Hex | B0 | 16 | 8F | 0 | 58 | 13 | 1F | 139 | 4E | 27 |
| Octal | 260 | 26 | 217 | 0 | 130 | 23 | 37 | 471 | 116 | 47 |
| Binary | 10110000 | 10110 | 10001111 | 0 | 1011000 | 10011 | 11111 | 100111001 | 1001110 | 100111 |
Color Harmonies of #B0168F
Complementary color
Monochromatic Colors of #B0168F
Black with #B0168F
Text Example
Text Example
White with #B0168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0168F; }
p { color: rgb(176,22,143); }
H1.HeaderClassName
{
color: #B0168F;
}
.AnyTagClassName
{
color: #B0168F;
}
</style>
background-color css
<style>
a { background-color: #B0168F; }
a { background-color: rgb(176,22,143); }
div.DivClassName
{
background-color: #B0168F;
}
.BgClassName
{
background-color: #B0168F;
}
</style>
border-color css
<style>
span { border-color: #B0168F; }
span { border-color: rgb(176,22,143); }
td.TdClassName
{
border-color: #B0168F;
}
.TagClassName
{
border-color: #B0168F;
}
</style>