Shades of Medium Violet Red #B312A6
Tints of Medium Violet Red #B312A6
RGB
CMYK
RGB Variations
Color information
#B312A6 (or 0xB312A6) is known color: Medium Violet Red. HEX triplet: B3, 12 and A6. RGB value is (179,18,166). Sum of RGB (Red+Green+Blue) = 179+18+166=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B312A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B312A6 is #4CED59. Grayscale: #525252. Windows color (decimal): -5041498 or 10883763. OLE color: 10883763.
HSL color Cylindrical-coordinate representation of color #B312A6: hue angle of 304.84º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B312A6 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 18 | 166 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.30 |
| HSL | 304.84º | 0.82% | 0.39% | - |
| HSV(B) | 304.84º | 0.9% | 0.7% | - |
| XYZ | 25.69 | 12.77 | 37.19 | - |
| YUV | 83.01 | 174.84 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 166 | 0 | 0.90 | 0.07 | 0.30 | 304.84 | 0.82 | 0.39 |
| Hex | B3 | 12 | A6 | 0 | 5A | 7 | 1E | 131 | 52 | 27 |
| Octal | 263 | 22 | 246 | 0 | 132 | 7 | 36 | 461 | 122 | 47 |
| Binary | 10110011 | 10010 | 10100110 | 0 | 1011010 | 111 | 11110 | 100110001 | 1010010 | 100111 |
Color Harmonies of #B312A6
Complementary color
Monochromatic Colors of #B312A6
Black with #B312A6
Text Example
Text Example
White with #B312A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B312A6; }
p { color: rgb(179,18,166); }
H1.HeaderClassName
{
color: #B312A6;
}
.AnyTagClassName
{
color: #B312A6;
}
</style>
background-color css
<style>
a { background-color: #B312A6; }
a { background-color: rgb(179,18,166); }
div.DivClassName
{
background-color: #B312A6;
}
.BgClassName
{
background-color: #B312A6;
}
</style>
border-color css
<style>
span { border-color: #B312A6; }
span { border-color: rgb(179,18,166); }
td.TdClassName
{
border-color: #B312A6;
}
.TagClassName
{
border-color: #B312A6;
}
</style>