Shades of Medium Violet Red #B31B9C
Tints of Medium Violet Red #B31B9C
RGB
CMYK
RGB Variations
Color information
#B31B9C (or 0xB31B9C) is known color: Medium Violet Red. HEX triplet: B3, 1B and 9C. RGB value is (179,27,156). Sum of RGB (Red+Green+Blue) = 179+27+156=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B31B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31B9C is #4CE463. Grayscale: #565656. Windows color (decimal): -5039204 or 10230707. OLE color: 10230707.
HSL color Cylindrical-coordinate representation of color #B31B9C: hue angle of 309.08º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31B9C is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 27 | 156 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.30 |
| HSL | 309.08º | 0.74% | 0.4% | - |
| HSV(B) | 309.08º | 0.85% | 0.7% | - |
| XYZ | 24.98 | 12.77 | 32.6 | - |
| YUV | 87.15 | 166.86 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 27 | 156 | 0 | 0.85 | 0.13 | 0.30 | 309.08 | 0.74 | 0.4 |
| Hex | B3 | 1B | 9C | 0 | 55 | D | 1E | 135 | 4A | 28 |
| Octal | 263 | 33 | 234 | 0 | 125 | 15 | 36 | 465 | 112 | 50 |
| Binary | 10110011 | 11011 | 10011100 | 0 | 1010101 | 1101 | 11110 | 100110101 | 1001010 | 101000 |
Color Harmonies of #B31B9C
Complementary color
Monochromatic Colors of #B31B9C
Black with #B31B9C
Text Example
Text Example
White with #B31B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31B9C; }
p { color: rgb(179,27,156); }
H1.HeaderClassName
{
color: #B31B9C;
}
.AnyTagClassName
{
color: #B31B9C;
}
</style>
background-color css
<style>
a { background-color: #B31B9C; }
a { background-color: rgb(179,27,156); }
div.DivClassName
{
background-color: #B31B9C;
}
.BgClassName
{
background-color: #B31B9C;
}
</style>
border-color css
<style>
span { border-color: #B31B9C; }
span { border-color: rgb(179,27,156); }
td.TdClassName
{
border-color: #B31B9C;
}
.TagClassName
{
border-color: #B31B9C;
}
</style>