Shades of Violet Blue #B564AA
Tints of Violet Blue #B564AA
RGB
CMYK
RGB Variations
Color information
#B564AA (or 0xB564AA) is known color: Violet Blue. HEX triplet: B5, 64 and AA. RGB value is (181,100,170). Sum of RGB (Red+Green+Blue) = 181+100+170=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B564AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B564AA is #4A9B55. Grayscale: #848484. Windows color (decimal): -4889430 or 11166901. OLE color: 11166901.
HSL color Cylindrical-coordinate representation of color #B564AA: hue angle of 308.15º degrees, saturation: 0.35, 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 #B564AA is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 100 | 170 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.29 |
| HSL | 308.15º | 0.35% | 0.55% | - |
| HSV(B) | 308.15º | 0.45% | 0.71% | - |
| XYZ | 30.87 | 21.84 | 40.62 | - |
| YUV | 132.2 | 149.34 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 170 | 0 | 0.45 | 0.06 | 0.29 | 308.15 | 0.35 | 0.55 |
| Hex | B5 | 64 | AA | 0 | 2D | 6 | 1D | 134 | 23 | 37 |
| Octal | 265 | 144 | 252 | 0 | 55 | 6 | 35 | 464 | 43 | 67 |
| Binary | 10110101 | 1100100 | 10101010 | 0 | 101101 | 110 | 11101 | 100110100 | 100011 | 110111 |
Color Harmonies of #B564AA
Complementary color
Monochromatic Colors of #B564AA
Black with #B564AA
Text Example
Text Example
White with #B564AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564AA; }
p { color: rgb(181,100,170); }
H1.HeaderClassName
{
color: #B564AA;
}
.AnyTagClassName
{
color: #B564AA;
}
</style>
background-color css
<style>
a { background-color: #B564AA; }
a { background-color: rgb(181,100,170); }
div.DivClassName
{
background-color: #B564AA;
}
.BgClassName
{
background-color: #B564AA;
}
</style>
border-color css
<style>
span { border-color: #B564AA; }
span { border-color: rgb(181,100,170); }
td.TdClassName
{
border-color: #B564AA;
}
.TagClassName
{
border-color: #B564AA;
}
</style>