Shades of Medium Violet Red #B2159B
Tints of Medium Violet Red #B2159B
RGB
CMYK
RGB Variations
Color information
#B2159B (or 0xB2159B) is known color: Medium Violet Red. HEX triplet: B2, 15 and 9B. RGB value is (178,21,155). Sum of RGB (Red+Green+Blue) = 178+21+155=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2159B is #4DEA64. Grayscale: #525252. Windows color (decimal): -5106277 or 10163634. OLE color: 10163634.
HSL color Cylindrical-coordinate representation of color #B2159B: hue angle of 308.79º degrees, saturation: 0.79, 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 #B2159B is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 21 | 155 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.30 |
| HSL | 308.79º | 0.79% | 0.39% | - |
| HSV(B) | 308.79º | 0.88% | 0.7% | - |
| XYZ | 24.54 | 12.37 | 32.1 | - |
| YUV | 83.22 | 168.51 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 21 | 155 | 0 | 0.88 | 0.13 | 0.30 | 308.79 | 0.79 | 0.39 |
| Hex | B2 | 15 | 9B | 0 | 58 | D | 1E | 135 | 4F | 27 |
| Octal | 262 | 25 | 233 | 0 | 130 | 15 | 36 | 465 | 117 | 47 |
| Binary | 10110010 | 10101 | 10011011 | 0 | 1011000 | 1101 | 11110 | 100110101 | 1001111 | 100111 |
Color Harmonies of #B2159B
Complementary color
Monochromatic Colors of #B2159B
Black with #B2159B
Text Example
Text Example
White with #B2159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2159B; }
p { color: rgb(178,21,155); }
H1.HeaderClassName
{
color: #B2159B;
}
.AnyTagClassName
{
color: #B2159B;
}
</style>
background-color css
<style>
a { background-color: #B2159B; }
a { background-color: rgb(178,21,155); }
div.DivClassName
{
background-color: #B2159B;
}
.BgClassName
{
background-color: #B2159B;
}
</style>
border-color css
<style>
span { border-color: #B2159B; }
span { border-color: rgb(178,21,155); }
td.TdClassName
{
border-color: #B2159B;
}
.TagClassName
{
border-color: #B2159B;
}
</style>