Shades of Medium Violet Red #B310A2
Tints of Medium Violet Red #B310A2
RGB
CMYK
RGB Variations
Color information
#B310A2 (or 0xB310A2) is known color: Medium Violet Red. HEX triplet: B3, 10 and A2. RGB value is (179,16,162). Sum of RGB (Red+Green+Blue) = 179+16+162=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B310A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B310A2 is #4CEF5D. Grayscale: #505050. Windows color (decimal): -5042014 or 10621107. OLE color: 10621107.
HSL color Cylindrical-coordinate representation of color #B310A2: hue angle of 306.26º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B310A2 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 16 | 162 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.30 |
| HSL | 306.26º | 0.84% | 0.38% | - |
| HSV(B) | 306.26º | 0.91% | 0.7% | - |
| XYZ | 25.3 | 12.56 | 35.27 | - |
| YUV | 81.38 | 173.5 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 162 | 0 | 0.91 | 0.09 | 0.30 | 306.26 | 0.84 | 0.38 |
| Hex | B3 | 10 | A2 | 0 | 5B | 9 | 1E | 132 | 54 | 26 |
| Octal | 263 | 20 | 242 | 0 | 133 | 11 | 36 | 462 | 124 | 46 |
| Binary | 10110011 | 10000 | 10100010 | 0 | 1011011 | 1001 | 11110 | 100110010 | 1010100 | 100110 |
Color Harmonies of #B310A2
Complementary color
Monochromatic Colors of #B310A2
Black with #B310A2
Text Example
Text Example
White with #B310A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B310A2; }
p { color: rgb(179,16,162); }
H1.HeaderClassName
{
color: #B310A2;
}
.AnyTagClassName
{
color: #B310A2;
}
</style>
background-color css
<style>
a { background-color: #B310A2; }
a { background-color: rgb(179,16,162); }
div.DivClassName
{
background-color: #B310A2;
}
.BgClassName
{
background-color: #B310A2;
}
</style>
border-color css
<style>
span { border-color: #B310A2; }
span { border-color: rgb(179,16,162); }
td.TdClassName
{
border-color: #B310A2;
}
.TagClassName
{
border-color: #B310A2;
}
</style>