Shades of Violet Blue #B659A8
Tints of Violet Blue #B659A8
RGB
CMYK
RGB Variations
Color information
#B659A8 (or 0xB659A8) is known color: Violet Blue. HEX triplet: B6, 59 and A8. RGB value is (182,89,168). Sum of RGB (Red+Green+Blue) = 182+89+168=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B659A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B659A8 is #49A657. Grayscale: #7D7D7D. Windows color (decimal): -4826712 or 11033014. OLE color: 11033014.
HSL color Cylindrical-coordinate representation of color #B659A8: hue angle of 309.03º 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 #B659A8 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 89 | 168 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.29 |
| HSL | 309.03º | 0.39% | 0.53% | - |
| HSV(B) | 309.03º | 0.51% | 0.71% | - |
| XYZ | 29.93 | 19.92 | 39.31 | - |
| YUV | 125.81 | 151.81 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 89 | 168 | 0 | 0.51 | 0.08 | 0.29 | 309.03 | 0.39 | 0.53 |
| Hex | B6 | 59 | A8 | 0 | 33 | 8 | 1D | 135 | 27 | 35 |
| Octal | 266 | 131 | 250 | 0 | 63 | 10 | 35 | 465 | 47 | 65 |
| Binary | 10110110 | 1011001 | 10101000 | 0 | 110011 | 1000 | 11101 | 100110101 | 100111 | 110101 |
Color Harmonies of #B659A8
Complementary color
Monochromatic Colors of #B659A8
Black with #B659A8
Text Example
Text Example
White with #B659A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B659A8; }
p { color: rgb(182,89,168); }
H1.HeaderClassName
{
color: #B659A8;
}
.AnyTagClassName
{
color: #B659A8;
}
</style>
background-color css
<style>
a { background-color: #B659A8; }
a { background-color: rgb(182,89,168); }
div.DivClassName
{
background-color: #B659A8;
}
.BgClassName
{
background-color: #B659A8;
}
</style>
border-color css
<style>
span { border-color: #B659A8; }
span { border-color: rgb(182,89,168); }
td.TdClassName
{
border-color: #B659A8;
}
.TagClassName
{
border-color: #B659A8;
}
</style>