Shades of Violet Blue #B256AA
Tints of Violet Blue #B256AA
RGB
CMYK
RGB Variations
Color information
#B256AA (or 0xB256AA) is known color: Violet Blue. HEX triplet: B2, 56 and AA. RGB value is (178,86,170). Sum of RGB (Red+Green+Blue) = 178+86+170=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B256AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B256AA is #4DA955. Grayscale: #7A7A7A. Windows color (decimal): -5089622 or 11163314. OLE color: 11163314.
HSL color Cylindrical-coordinate representation of color #B256AA: hue angle of 305.22º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B256AA is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 86 | 170 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.30 |
| HSL | 305.22º | 0.37% | 0.52% | - |
| HSV(B) | 305.22º | 0.52% | 0.7% | - |
| XYZ | 28.94 | 19.02 | 40.18 | - |
| YUV | 123.08 | 154.48 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 170 | 0 | 0.52 | 0.04 | 0.30 | 305.22 | 0.37 | 0.52 |
| Hex | B2 | 56 | AA | 0 | 34 | 4 | 1E | 131 | 25 | 34 |
| Octal | 262 | 126 | 252 | 0 | 64 | 4 | 36 | 461 | 45 | 64 |
| Binary | 10110010 | 1010110 | 10101010 | 0 | 110100 | 100 | 11110 | 100110001 | 100101 | 110100 |
Color Harmonies of #B256AA
Complementary color
Monochromatic Colors of #B256AA
Black with #B256AA
Text Example
Text Example
White with #B256AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B256AA; }
p { color: rgb(178,86,170); }
H1.HeaderClassName
{
color: #B256AA;
}
.AnyTagClassName
{
color: #B256AA;
}
</style>
background-color css
<style>
a { background-color: #B256AA; }
a { background-color: rgb(178,86,170); }
div.DivClassName
{
background-color: #B256AA;
}
.BgClassName
{
background-color: #B256AA;
}
</style>
border-color css
<style>
span { border-color: #B256AA; }
span { border-color: rgb(178,86,170); }
td.TdClassName
{
border-color: #B256AA;
}
.TagClassName
{
border-color: #B256AA;
}
</style>