Shades of Violet Blue #B466A0
Tints of Violet Blue #B466A0
RGB
CMYK
RGB Variations
Color information
#B466A0 (or 0xB466A0) is known color: Violet Blue. HEX triplet: B4, 66 and A0. RGB value is (180,102,160). Sum of RGB (Red+Green+Blue) = 180+102+160=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B466A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B466A0 is #4B995F. Grayscale: #838383. Windows color (decimal): -4954464 or 10512052. OLE color: 10512052.
HSL color Cylindrical-coordinate representation of color #B466A0: hue angle of 315.38º 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 #B466A0 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 102 | 160 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.29 |
| HSL | 315.38º | 0.34% | 0.55% | - |
| HSV(B) | 315.38º | 0.43% | 0.71% | - |
| XYZ | 29.92 | 21.74 | 35.88 | - |
| YUV | 131.93 | 143.84 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 102 | 160 | 0 | 0.43 | 0.11 | 0.29 | 315.38 | 0.34 | 0.55 |
| Hex | B4 | 66 | A0 | 0 | 2B | B | 1D | 13B | 22 | 37 |
| Octal | 264 | 146 | 240 | 0 | 53 | 13 | 35 | 473 | 42 | 67 |
| Binary | 10110100 | 1100110 | 10100000 | 0 | 101011 | 1011 | 11101 | 100111011 | 100010 | 110111 |
Color Harmonies of #B466A0
Complementary color
Monochromatic Colors of #B466A0
Black with #B466A0
Text Example
Text Example
White with #B466A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B466A0; }
p { color: rgb(180,102,160); }
H1.HeaderClassName
{
color: #B466A0;
}
.AnyTagClassName
{
color: #B466A0;
}
</style>
background-color css
<style>
a { background-color: #B466A0; }
a { background-color: rgb(180,102,160); }
div.DivClassName
{
background-color: #B466A0;
}
.BgClassName
{
background-color: #B466A0;
}
</style>
border-color css
<style>
span { border-color: #B466A0; }
span { border-color: rgb(180,102,160); }
td.TdClassName
{
border-color: #B466A0;
}
.TagClassName
{
border-color: #B466A0;
}
</style>