Shades of Medium Violet Red #B614A1
Tints of Medium Violet Red #B614A1
RGB
CMYK
RGB Variations
Color information
#B614A1 (or 0xB614A1) is known color: Medium Violet Red. HEX triplet: B6, 14 and A1. RGB value is (182,20,161). Sum of RGB (Red+Green+Blue) = 182+20+161=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B614A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B614A1 is #49EB5E. Grayscale: #545454. Windows color (decimal): -4844383 or 10556598. OLE color: 10556598.
HSL color Cylindrical-coordinate representation of color #B614A1: hue angle of 307.78º 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 #B614A1 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 20 | 161 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.29 |
| HSL | 307.78º | 0.8% | 0.4% | - |
| HSV(B) | 307.78º | 0.89% | 0.71% | - |
| XYZ | 25.97 | 13.02 | 34.86 | - |
| YUV | 84.51 | 171.17 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 20 | 161 | 0 | 0.89 | 0.12 | 0.29 | 307.78 | 0.8 | 0.4 |
| Hex | B6 | 14 | A1 | 0 | 59 | C | 1D | 134 | 50 | 28 |
| Octal | 266 | 24 | 241 | 0 | 131 | 14 | 35 | 464 | 120 | 50 |
| Binary | 10110110 | 10100 | 10100001 | 0 | 1011001 | 1100 | 11101 | 100110100 | 1010000 | 101000 |
Color Harmonies of #B614A1
Complementary color
Monochromatic Colors of #B614A1
Black with #B614A1
Text Example
Text Example
White with #B614A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B614A1; }
p { color: rgb(182,20,161); }
H1.HeaderClassName
{
color: #B614A1;
}
.AnyTagClassName
{
color: #B614A1;
}
</style>
background-color css
<style>
a { background-color: #B614A1; }
a { background-color: rgb(182,20,161); }
div.DivClassName
{
background-color: #B614A1;
}
.BgClassName
{
background-color: #B614A1;
}
</style>
border-color css
<style>
span { border-color: #B614A1; }
span { border-color: rgb(182,20,161); }
td.TdClassName
{
border-color: #B614A1;
}
.TagClassName
{
border-color: #B614A1;
}
</style>