Shades of Medium Violet Red #B2169E
Tints of Medium Violet Red #B2169E
RGB
CMYK
RGB Variations
Color information
#B2169E (or 0xB2169E) is known color: Medium Violet Red. HEX triplet: B2, 16 and 9E. RGB value is (178,22,158). Sum of RGB (Red+Green+Blue) = 178+22+158=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B2169E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2169E is #4DE961. Grayscale: #535353. Windows color (decimal): -5106018 or 10360498. OLE color: 10360498.
HSL color Cylindrical-coordinate representation of color #B2169E: hue angle of 307.69º 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 #B2169E is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 22 | 158 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.30 |
| HSL | 307.69º | 0.78% | 0.39% | - |
| HSV(B) | 307.69º | 0.88% | 0.7% | - |
| XYZ | 24.82 | 12.51 | 33.45 | - |
| YUV | 84.15 | 169.68 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 22 | 158 | 0 | 0.88 | 0.11 | 0.30 | 307.69 | 0.78 | 0.39 |
| Hex | B2 | 16 | 9E | 0 | 58 | B | 1E | 134 | 4E | 27 |
| Octal | 262 | 26 | 236 | 0 | 130 | 13 | 36 | 464 | 116 | 47 |
| Binary | 10110010 | 10110 | 10011110 | 0 | 1011000 | 1011 | 11110 | 100110100 | 1001110 | 100111 |
Color Harmonies of #B2169E
Complementary color
Monochromatic Colors of #B2169E
Black with #B2169E
Text Example
Text Example
White with #B2169E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2169E; }
p { color: rgb(178,22,158); }
H1.HeaderClassName
{
color: #B2169E;
}
.AnyTagClassName
{
color: #B2169E;
}
</style>
background-color css
<style>
a { background-color: #B2169E; }
a { background-color: rgb(178,22,158); }
div.DivClassName
{
background-color: #B2169E;
}
.BgClassName
{
background-color: #B2169E;
}
</style>
border-color css
<style>
span { border-color: #B2169E; }
span { border-color: rgb(178,22,158); }
td.TdClassName
{
border-color: #B2169E;
}
.TagClassName
{
border-color: #B2169E;
}
</style>