Shades of Violet Blue #B064AA
Tints of Violet Blue #B064AA
RGB
CMYK
RGB Variations
Color information
#B064AA (or 0xB064AA) is known color: Violet Blue. HEX triplet: B0, 64 and AA. RGB value is (176,100,170). Sum of RGB (Red+Green+Blue) = 176+100+170=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B064AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B064AA is #4F9B55. Grayscale: #828282. Windows color (decimal): -5217110 or 11166896. OLE color: 11166896.
HSL color Cylindrical-coordinate representation of color #B064AA: hue angle of 304.74º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B064AA is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 100 | 170 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.31 |
| HSL | 304.74º | 0.32% | 0.54% | - |
| HSV(B) | 304.74º | 0.43% | 0.69% | - |
| XYZ | 29.72 | 21.25 | 40.56 | - |
| YUV | 130.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 170 | 0 | 0.43 | 0.03 | 0.31 | 304.74 | 0.32 | 0.54 |
| Hex | B0 | 64 | AA | 0 | 2B | 3 | 1F | 131 | 20 | 36 |
| Octal | 260 | 144 | 252 | 0 | 53 | 3 | 37 | 461 | 40 | 66 |
| Binary | 10110000 | 1100100 | 10101010 | 0 | 101011 | 11 | 11111 | 100110001 | 100000 | 110110 |
Color Harmonies of #B064AA
Complementary color
Monochromatic Colors of #B064AA
Black with #B064AA
Text Example
Text Example
White with #B064AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B064AA; }
p { color: rgb(176,100,170); }
H1.HeaderClassName
{
color: #B064AA;
}
.AnyTagClassName
{
color: #B064AA;
}
</style>
background-color css
<style>
a { background-color: #B064AA; }
a { background-color: rgb(176,100,170); }
div.DivClassName
{
background-color: #B064AA;
}
.BgClassName
{
background-color: #B064AA;
}
</style>
border-color css
<style>
span { border-color: #B064AA; }
span { border-color: rgb(176,100,170); }
td.TdClassName
{
border-color: #B064AA;
}
.TagClassName
{
border-color: #B064AA;
}
</style>