Shades of Medium Violet Red #B614A3
Tints of Medium Violet Red #B614A3
RGB
CMYK
RGB Variations
Color information
#B614A3 (or 0xB614A3) is known color: Medium Violet Red. HEX triplet: B6, 14 and A3. RGB value is (182,20,163). Sum of RGB (Red+Green+Blue) = 182+20+163=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 163 (64.06% from 255 or 44.66% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B614A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B614A3 is #49EB5C. Grayscale: #545454. Windows color (decimal): -4844381 or 10687670. OLE color: 10687670.
HSL color Cylindrical-coordinate representation of color #B614A3: hue angle of 307.04º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B614A3 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 20 | 163 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.29 |
| HSL | 307.04º | 0.8% | 0.4% | - |
| HSV(B) | 307.04º | 0.89% | 0.71% | - |
| XYZ | 26.15 | 13.09 | 35.8 | - |
| YUV | 84.74 | 172.17 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 20 | 163 | 0 | 0.89 | 0.10 | 0.29 | 307.04 | 0.8 | 0.4 |
| Hex | B6 | 14 | A3 | 0 | 59 | A | 1D | 133 | 50 | 28 |
| Octal | 266 | 24 | 243 | 0 | 131 | 12 | 35 | 463 | 120 | 50 |
| Binary | 10110110 | 10100 | 10100011 | 0 | 1011001 | 1010 | 11101 | 100110011 | 1010000 | 101000 |
Color Harmonies of #B614A3
Complementary color
Monochromatic Colors of #B614A3
Black with #B614A3
Text Example
Text Example
White with #B614A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B614A3; }
p { color: rgb(182,20,163); }
H1.HeaderClassName
{
color: #B614A3;
}
.AnyTagClassName
{
color: #B614A3;
}
</style>
background-color css
<style>
a { background-color: #B614A3; }
a { background-color: rgb(182,20,163); }
div.DivClassName
{
background-color: #B614A3;
}
.BgClassName
{
background-color: #B614A3;
}
</style>
border-color css
<style>
span { border-color: #B614A3; }
span { border-color: rgb(182,20,163); }
td.TdClassName
{
border-color: #B614A3;
}
.TagClassName
{
border-color: #B614A3;
}
</style>