Shades of Medium Violet Red #B2168F
Tints of Medium Violet Red #B2168F
RGB
CMYK
RGB Variations
Color information
#B2168F (or 0xB2168F) is known color: Medium Violet Red. HEX triplet: B2, 16 and 8F. RGB value is (178,22,143). Sum of RGB (Red+Green+Blue) = 178+22+143=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B2168F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2168F is #4DE970. Grayscale: #525252. Windows color (decimal): -5106033 or 9377458. OLE color: 9377458.
HSL color Cylindrical-coordinate representation of color #B2168F: hue angle of 313.46º 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 #B2168F is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 22 | 143 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.30 |
| HSL | 313.46º | 0.78% | 0.39% | - |
| HSV(B) | 313.46º | 0.88% | 0.7% | - |
| XYZ | 23.6 | 12.02 | 27.06 | - |
| YUV | 82.44 | 162.18 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 22 | 143 | 0 | 0.88 | 0.20 | 0.30 | 313.46 | 0.78 | 0.39 |
| Hex | B2 | 16 | 8F | 0 | 58 | 14 | 1E | 139 | 4E | 27 |
| Octal | 262 | 26 | 217 | 0 | 130 | 24 | 36 | 471 | 116 | 47 |
| Binary | 10110010 | 10110 | 10001111 | 0 | 1011000 | 10100 | 11110 | 100111001 | 1001110 | 100111 |
Color Harmonies of #B2168F
Complementary color
Monochromatic Colors of #B2168F
Black with #B2168F
Text Example
Text Example
White with #B2168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2168F; }
p { color: rgb(178,22,143); }
H1.HeaderClassName
{
color: #B2168F;
}
.AnyTagClassName
{
color: #B2168F;
}
</style>
background-color css
<style>
a { background-color: #B2168F; }
a { background-color: rgb(178,22,143); }
div.DivClassName
{
background-color: #B2168F;
}
.BgClassName
{
background-color: #B2168F;
}
</style>
border-color css
<style>
span { border-color: #B2168F; }
span { border-color: rgb(178,22,143); }
td.TdClassName
{
border-color: #B2168F;
}
.TagClassName
{
border-color: #B2168F;
}
</style>