Shades of Medium Violet Red #B607A1
Tints of Medium Violet Red #B607A1
RGB
CMYK
RGB Variations
Color information
#B607A1 (or 0xB607A1) is known color: Medium Violet Red. HEX triplet: B6, 07 and A1. RGB value is (182,7,161). Sum of RGB (Red+Green+Blue) = 182+7+161=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 161 (63.28% from 255 or 46% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B607A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B607A1 is #49F85E. Grayscale: #4C4C4C. Windows color (decimal): -4847711 or 10553270. OLE color: 10553270.
HSL color Cylindrical-coordinate representation of color #B607A1: hue angle of 307.2º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B607A1 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 7 | 161 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.29 |
| HSL | 307.2º | 0.93% | 0.37% | - |
| HSV(B) | 307.2º | 0.96% | 0.71% | - |
| XYZ | 25.8 | 12.67 | 34.8 | - |
| YUV | 76.88 | 175.48 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 7 | 161 | 0 | 0.96 | 0.12 | 0.29 | 307.2 | 0.93 | 0.37 |
| Hex | B6 | 7 | A1 | 0 | 60 | C | 1D | 133 | 5D | 25 |
| Octal | 266 | 7 | 241 | 0 | 140 | 14 | 35 | 463 | 135 | 45 |
| Binary | 10110110 | 111 | 10100001 | 0 | 1100000 | 1100 | 11101 | 100110011 | 1011101 | 100101 |
Color Harmonies of #B607A1
Complementary color
Monochromatic Colors of #B607A1
Black with #B607A1
Text Example
Text Example
White with #B607A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B607A1; }
p { color: rgb(182,7,161); }
H1.HeaderClassName
{
color: #B607A1;
}
.AnyTagClassName
{
color: #B607A1;
}
</style>
background-color css
<style>
a { background-color: #B607A1; }
a { background-color: rgb(182,7,161); }
div.DivClassName
{
background-color: #B607A1;
}
.BgClassName
{
background-color: #B607A1;
}
</style>
border-color css
<style>
span { border-color: #B607A1; }
span { border-color: rgb(182,7,161); }
td.TdClassName
{
border-color: #B607A1;
}
.TagClassName
{
border-color: #B607A1;
}
</style>