Shades of Violet Blue #B466A1
Tints of Violet Blue #B466A1
RGB
CMYK
RGB Variations
Color information
#B466A1 (or 0xB466A1) is known color: Violet Blue. HEX triplet: B4, 66 and A1. RGB value is (180,102,161). Sum of RGB (Red+Green+Blue) = 180+102+161=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B466A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B466A1 is #4B995E. Grayscale: #838383. Windows color (decimal): -4954463 or 10577588. OLE color: 10577588.
HSL color Cylindrical-coordinate representation of color #B466A1: hue angle of 314.62º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B466A1 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 102 | 161 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.29 |
| HSL | 314.62º | 0.34% | 0.55% | - |
| HSV(B) | 314.62º | 0.43% | 0.71% | - |
| XYZ | 30.01 | 21.78 | 36.34 | - |
| YUV | 132.05 | 144.34 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 102 | 161 | 0 | 0.43 | 0.11 | 0.29 | 314.62 | 0.34 | 0.55 |
| Hex | B4 | 66 | A1 | 0 | 2B | B | 1D | 13B | 22 | 37 |
| Octal | 264 | 146 | 241 | 0 | 53 | 13 | 35 | 473 | 42 | 67 |
| Binary | 10110100 | 1100110 | 10100001 | 0 | 101011 | 1011 | 11101 | 100111011 | 100010 | 110111 |
Color Harmonies of #B466A1
Complementary color
Monochromatic Colors of #B466A1
Black with #B466A1
Text Example
Text Example
White with #B466A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B466A1; }
p { color: rgb(180,102,161); }
H1.HeaderClassName
{
color: #B466A1;
}
.AnyTagClassName
{
color: #B466A1;
}
</style>
background-color css
<style>
a { background-color: #B466A1; }
a { background-color: rgb(180,102,161); }
div.DivClassName
{
background-color: #B466A1;
}
.BgClassName
{
background-color: #B466A1;
}
</style>
border-color css
<style>
span { border-color: #B466A1; }
span { border-color: rgb(180,102,161); }
td.TdClassName
{
border-color: #B466A1;
}
.TagClassName
{
border-color: #B466A1;
}
</style>