Shades of Violet Blue #B659A0
Tints of Violet Blue #B659A0
RGB
CMYK
RGB Variations
Color information
#B659A0 (or 0xB659A0) is known color: Violet Blue. HEX triplet: B6, 59 and A0. RGB value is (182,89,160). Sum of RGB (Red+Green+Blue) = 182+89+160=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B659A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B659A0 is #49A65F. Grayscale: #7C7C7C. Windows color (decimal): -4826720 or 10508726. OLE color: 10508726.
HSL color Cylindrical-coordinate representation of color #B659A0: hue angle of 314.19º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B659A0 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 89 | 160 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.29 |
| HSL | 314.19º | 0.39% | 0.53% | - |
| HSV(B) | 314.19º | 0.51% | 0.71% | - |
| XYZ | 29.21 | 19.63 | 35.51 | - |
| YUV | 124.9 | 147.81 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 89 | 160 | 0 | 0.51 | 0.12 | 0.29 | 314.19 | 0.39 | 0.53 |
| Hex | B6 | 59 | A0 | 0 | 33 | C | 1D | 13A | 27 | 35 |
| Octal | 266 | 131 | 240 | 0 | 63 | 14 | 35 | 472 | 47 | 65 |
| Binary | 10110110 | 1011001 | 10100000 | 0 | 110011 | 1100 | 11101 | 100111010 | 100111 | 110101 |
Color Harmonies of #B659A0
Complementary color
Monochromatic Colors of #B659A0
Black with #B659A0
Text Example
Text Example
White with #B659A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B659A0; }
p { color: rgb(182,89,160); }
H1.HeaderClassName
{
color: #B659A0;
}
.AnyTagClassName
{
color: #B659A0;
}
</style>
background-color css
<style>
a { background-color: #B659A0; }
a { background-color: rgb(182,89,160); }
div.DivClassName
{
background-color: #B659A0;
}
.BgClassName
{
background-color: #B659A0;
}
</style>
border-color css
<style>
span { border-color: #B659A0; }
span { border-color: rgb(182,89,160); }
td.TdClassName
{
border-color: #B659A0;
}
.TagClassName
{
border-color: #B659A0;
}
</style>