Shades of Violet Blue #B256A1
Tints of Violet Blue #B256A1
RGB
CMYK
RGB Variations
Color information
#B256A1 (or 0xB256A1) is known color: Violet Blue. HEX triplet: B2, 56 and A1. RGB value is (178,86,161). Sum of RGB (Red+Green+Blue) = 178+86+161=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B256A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B256A1 is #4DA95E. Grayscale: #797979. Windows color (decimal): -5089631 or 10573490. OLE color: 10573490.
HSL color Cylindrical-coordinate representation of color #B256A1: hue angle of 311.09º 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 #B256A1 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 86 | 161 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.30 |
| HSL | 311.09º | 0.37% | 0.52% | - |
| HSV(B) | 311.09º | 0.52% | 0.7% | - |
| XYZ | 28.12 | 18.69 | 35.84 | - |
| YUV | 122.06 | 149.98 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 161 | 0 | 0.52 | 0.10 | 0.30 | 311.09 | 0.37 | 0.52 |
| Hex | B2 | 56 | A1 | 0 | 34 | A | 1E | 137 | 25 | 34 |
| Octal | 262 | 126 | 241 | 0 | 64 | 12 | 36 | 467 | 45 | 64 |
| Binary | 10110010 | 1010110 | 10100001 | 0 | 110100 | 1010 | 11110 | 100110111 | 100101 | 110100 |
Color Harmonies of #B256A1
Complementary color
Monochromatic Colors of #B256A1
Black with #B256A1
Text Example
Text Example
White with #B256A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B256A1; }
p { color: rgb(178,86,161); }
H1.HeaderClassName
{
color: #B256A1;
}
.AnyTagClassName
{
color: #B256A1;
}
</style>
background-color css
<style>
a { background-color: #B256A1; }
a { background-color: rgb(178,86,161); }
div.DivClassName
{
background-color: #B256A1;
}
.BgClassName
{
background-color: #B256A1;
}
</style>
border-color css
<style>
span { border-color: #B256A1; }
span { border-color: rgb(178,86,161); }
td.TdClassName
{
border-color: #B256A1;
}
.TagClassName
{
border-color: #B256A1;
}
</style>