Shades of Medium Violet Red #B3168C
Tints of Medium Violet Red #B3168C
RGB
CMYK
RGB Variations
Color information
#B3168C (or 0xB3168C) is known color: Medium Violet Red. HEX triplet: B3, 16 and 8C. RGB value is (179,22,140). Sum of RGB (Red+Green+Blue) = 179+22+140=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B3168C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3168C is #4CE973. Grayscale: #525252. Windows color (decimal): -5040500 or 9180851. OLE color: 9180851.
HSL color Cylindrical-coordinate representation of color #B3168C: hue angle of 314.9º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B3168C is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 22 | 140 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.30 |
| HSL | 314.9º | 0.78% | 0.39% | - |
| HSV(B) | 314.9º | 0.88% | 0.7% | - |
| XYZ | 23.61 | 12.05 | 25.89 | - |
| YUV | 82.4 | 160.51 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 22 | 140 | 0 | 0.88 | 0.22 | 0.30 | 314.9 | 0.78 | 0.39 |
| Hex | B3 | 16 | 8C | 0 | 58 | 16 | 1E | 13B | 4E | 27 |
| Octal | 263 | 26 | 214 | 0 | 130 | 26 | 36 | 473 | 116 | 47 |
| Binary | 10110011 | 10110 | 10001100 | 0 | 1011000 | 10110 | 11110 | 100111011 | 1001110 | 100111 |
Color Harmonies of #B3168C
Complementary color
Monochromatic Colors of #B3168C
Black with #B3168C
Text Example
Text Example
White with #B3168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3168C; }
p { color: rgb(179,22,140); }
H1.HeaderClassName
{
color: #B3168C;
}
.AnyTagClassName
{
color: #B3168C;
}
</style>
background-color css
<style>
a { background-color: #B3168C; }
a { background-color: rgb(179,22,140); }
div.DivClassName
{
background-color: #B3168C;
}
.BgClassName
{
background-color: #B3168C;
}
</style>
border-color css
<style>
span { border-color: #B3168C; }
span { border-color: rgb(179,22,140); }
td.TdClassName
{
border-color: #B3168C;
}
.TagClassName
{
border-color: #B3168C;
}
</style>