Shades of Medium Violet Red #B613A3
Tints of Medium Violet Red #B613A3
RGB
CMYK
RGB Variations
Color information
#B613A3 (or 0xB613A3) is known color: Medium Violet Red. HEX triplet: B6, 13 and A3. RGB value is (182,19,163). Sum of RGB (Red+Green+Blue) = 182+19+163=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 163 (64.06% from 255 or 44.78% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B613A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B613A3 is #49EC5C. Grayscale: #535353. Windows color (decimal): -4844637 or 10687414. OLE color: 10687414.
HSL color Cylindrical-coordinate representation of color #B613A3: hue angle of 306.99º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B613A3 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 19 | 163 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.29 |
| HSL | 306.99º | 0.81% | 0.39% | - |
| HSV(B) | 306.99º | 0.9% | 0.71% | - |
| XYZ | 26.14 | 13.06 | 35.79 | - |
| YUV | 84.15 | 172.5 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 163 | 0 | 0.90 | 0.10 | 0.29 | 306.99 | 0.81 | 0.39 |
| Hex | B6 | 13 | A3 | 0 | 5A | A | 1D | 133 | 51 | 27 |
| Octal | 266 | 23 | 243 | 0 | 132 | 12 | 35 | 463 | 121 | 47 |
| Binary | 10110110 | 10011 | 10100011 | 0 | 1011010 | 1010 | 11101 | 100110011 | 1010001 | 100111 |
Color Harmonies of #B613A3
Complementary color
Monochromatic Colors of #B613A3
Black with #B613A3
Text Example
Text Example
White with #B613A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B613A3; }
p { color: rgb(182,19,163); }
H1.HeaderClassName
{
color: #B613A3;
}
.AnyTagClassName
{
color: #B613A3;
}
</style>
background-color css
<style>
a { background-color: #B613A3; }
a { background-color: rgb(182,19,163); }
div.DivClassName
{
background-color: #B613A3;
}
.BgClassName
{
background-color: #B613A3;
}
</style>
border-color css
<style>
span { border-color: #B613A3; }
span { border-color: rgb(182,19,163); }
td.TdClassName
{
border-color: #B613A3;
}
.TagClassName
{
border-color: #B613A3;
}
</style>