Shades of Medium Violet Red #B31B9D
Tints of Medium Violet Red #B31B9D
RGB
CMYK
RGB Variations
Color information
#B31B9D (or 0xB31B9D) is known color: Medium Violet Red. HEX triplet: B3, 1B and 9D. RGB value is (179,27,157). Sum of RGB (Red+Green+Blue) = 179+27+157=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B31B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31B9D is #4CE462. Grayscale: #565656. Windows color (decimal): -5039203 or 10296243. OLE color: 10296243.
HSL color Cylindrical-coordinate representation of color #B31B9D: hue angle of 308.68º 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 #B31B9D is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 27 | 157 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.30 |
| HSL | 308.68º | 0.74% | 0.4% | - |
| HSV(B) | 308.68º | 0.85% | 0.7% | - |
| XYZ | 25.07 | 12.8 | 33.05 | - |
| YUV | 87.27 | 167.36 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 27 | 157 | 0 | 0.85 | 0.12 | 0.30 | 308.68 | 0.74 | 0.4 |
| Hex | B3 | 1B | 9D | 0 | 55 | C | 1E | 135 | 4A | 28 |
| Octal | 263 | 33 | 235 | 0 | 125 | 14 | 36 | 465 | 112 | 50 |
| Binary | 10110011 | 11011 | 10011101 | 0 | 1010101 | 1100 | 11110 | 100110101 | 1001010 | 101000 |
Color Harmonies of #B31B9D
Complementary color
Monochromatic Colors of #B31B9D
Black with #B31B9D
Text Example
Text Example
White with #B31B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31B9D; }
p { color: rgb(179,27,157); }
H1.HeaderClassName
{
color: #B31B9D;
}
.AnyTagClassName
{
color: #B31B9D;
}
</style>
background-color css
<style>
a { background-color: #B31B9D; }
a { background-color: rgb(179,27,157); }
div.DivClassName
{
background-color: #B31B9D;
}
.BgClassName
{
background-color: #B31B9D;
}
</style>
border-color css
<style>
span { border-color: #B31B9D; }
span { border-color: rgb(179,27,157); }
td.TdClassName
{
border-color: #B31B9D;
}
.TagClassName
{
border-color: #B31B9D;
}
</style>