Shades of Violet Blue #B656A0
Tints of Violet Blue #B656A0
RGB
CMYK
RGB Variations
Color information
#B656A0 (or 0xB656A0) is known color: Violet Blue. HEX triplet: B6, 56 and A0. RGB value is (182,86,160). Sum of RGB (Red+Green+Blue) = 182+86+160=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B656A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B656A0 is #49A95F. Grayscale: #7A7A7A. Windows color (decimal): -4827488 or 10507958. OLE color: 10507958.
HSL color Cylindrical-coordinate representation of color #B656A0: hue angle of 313.75º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B656A0 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 86 | 160 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.29 |
| HSL | 313.75º | 0.4% | 0.53% | - |
| HSV(B) | 313.75º | 0.53% | 0.71% | - |
| XYZ | 28.96 | 19.14 | 35.43 | - |
| YUV | 123.14 | 148.8 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 86 | 160 | 0 | 0.53 | 0.12 | 0.29 | 313.75 | 0.4 | 0.53 |
| Hex | B6 | 56 | A0 | 0 | 35 | C | 1D | 13A | 28 | 35 |
| Octal | 266 | 126 | 240 | 0 | 65 | 14 | 35 | 472 | 50 | 65 |
| Binary | 10110110 | 1010110 | 10100000 | 0 | 110101 | 1100 | 11101 | 100111010 | 101000 | 110101 |
Color Harmonies of #B656A0
Complementary color
Monochromatic Colors of #B656A0
Black with #B656A0
Text Example
Text Example
White with #B656A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B656A0; }
p { color: rgb(182,86,160); }
H1.HeaderClassName
{
color: #B656A0;
}
.AnyTagClassName
{
color: #B656A0;
}
</style>
background-color css
<style>
a { background-color: #B656A0; }
a { background-color: rgb(182,86,160); }
div.DivClassName
{
background-color: #B656A0;
}
.BgClassName
{
background-color: #B656A0;
}
</style>
border-color css
<style>
span { border-color: #B656A0; }
span { border-color: rgb(182,86,160); }
td.TdClassName
{
border-color: #B656A0;
}
.TagClassName
{
border-color: #B656A0;
}
</style>