Shades of Violet Blue #B664A1
Tints of Violet Blue #B664A1
RGB
CMYK
RGB Variations
Color information
#B664A1 (or 0xB664A1) is known color: Violet Blue. HEX triplet: B6, 64 and A1. RGB value is (182,100,161). Sum of RGB (Red+Green+Blue) = 182+100+161=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B664A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B664A1 is #499B5E. Grayscale: #838383. Windows color (decimal): -4823903 or 10577078. OLE color: 10577078.
HSL color Cylindrical-coordinate representation of color #B664A1: hue angle of 315.37º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B664A1 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 100 | 161 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.29 |
| HSL | 315.37º | 0.36% | 0.55% | - |
| HSV(B) | 315.37º | 0.45% | 0.71% | - |
| XYZ | 30.28 | 21.63 | 36.3 | - |
| YUV | 131.47 | 144.67 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 100 | 161 | 0 | 0.45 | 0.12 | 0.29 | 315.37 | 0.36 | 0.55 |
| Hex | B6 | 64 | A1 | 0 | 2D | C | 1D | 13B | 24 | 37 |
| Octal | 266 | 144 | 241 | 0 | 55 | 14 | 35 | 473 | 44 | 67 |
| Binary | 10110110 | 1100100 | 10100001 | 0 | 101101 | 1100 | 11101 | 100111011 | 100100 | 110111 |
Color Harmonies of #B664A1
Complementary color
Monochromatic Colors of #B664A1
Black with #B664A1
Text Example
Text Example
White with #B664A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B664A1; }
p { color: rgb(182,100,161); }
H1.HeaderClassName
{
color: #B664A1;
}
.AnyTagClassName
{
color: #B664A1;
}
</style>
background-color css
<style>
a { background-color: #B664A1; }
a { background-color: rgb(182,100,161); }
div.DivClassName
{
background-color: #B664A1;
}
.BgClassName
{
background-color: #B664A1;
}
</style>
border-color css
<style>
span { border-color: #B664A1; }
span { border-color: rgb(182,100,161); }
td.TdClassName
{
border-color: #B664A1;
}
.TagClassName
{
border-color: #B664A1;
}
</style>