Shades of Violet Blue #B464AA
Tints of Violet Blue #B464AA
RGB
CMYK
RGB Variations
Color information
#B464AA (or 0xB464AA) is known color: Violet Blue. HEX triplet: B4, 64 and AA. RGB value is (180,100,170). Sum of RGB (Red+Green+Blue) = 180+100+170=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B464AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B464AA is #4B9B55. Grayscale: #838383. Windows color (decimal): -4954966 or 11166900. OLE color: 11166900.
HSL color Cylindrical-coordinate representation of color #B464AA: hue angle of 307.5º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B464AA is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 100 | 170 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.29 |
| HSL | 307.5º | 0.35% | 0.55% | - |
| HSV(B) | 307.5º | 0.44% | 0.71% | - |
| XYZ | 30.64 | 21.72 | 40.61 | - |
| YUV | 131.9 | 149.5 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 170 | 0 | 0.44 | 0.06 | 0.29 | 307.5 | 0.35 | 0.55 |
| Hex | B4 | 64 | AA | 0 | 2C | 6 | 1D | 134 | 23 | 37 |
| Octal | 264 | 144 | 252 | 0 | 54 | 6 | 35 | 464 | 43 | 67 |
| Binary | 10110100 | 1100100 | 10101010 | 0 | 101100 | 110 | 11101 | 100110100 | 100011 | 110111 |
Color Harmonies of #B464AA
Complementary color
Monochromatic Colors of #B464AA
Black with #B464AA
Text Example
Text Example
White with #B464AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B464AA; }
p { color: rgb(180,100,170); }
H1.HeaderClassName
{
color: #B464AA;
}
.AnyTagClassName
{
color: #B464AA;
}
</style>
background-color css
<style>
a { background-color: #B464AA; }
a { background-color: rgb(180,100,170); }
div.DivClassName
{
background-color: #B464AA;
}
.BgClassName
{
background-color: #B464AA;
}
</style>
border-color css
<style>
span { border-color: #B464AA; }
span { border-color: rgb(180,100,170); }
td.TdClassName
{
border-color: #B464AA;
}
.TagClassName
{
border-color: #B464AA;
}
</style>