Shades of Violet Blue #B26AAC
Tints of Violet Blue #B26AAC
RGB
CMYK
RGB Variations
Color information
#B26AAC (or 0xB26AAC) is known color: Violet Blue. HEX triplet: B2, 6A and AC. RGB value is (178,106,172). Sum of RGB (Red+Green+Blue) = 178+106+172=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 178 - color contains mainly: red. Hex color #B26AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26AAC is #4D9553. Grayscale: #868686. Windows color (decimal): -5084500 or 11299506. OLE color: 11299506.
HSL color Cylindrical-coordinate representation of color #B26AAC: hue angle of 305º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B26AAC is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 106 | 172 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.30 |
| HSL | 305º | 0.32% | 0.56% | - |
| HSV(B) | 305º | 0.4% | 0.7% | - |
| XYZ | 30.96 | 22.75 | 41.79 | - |
| YUV | 135.05 | 148.85 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 106 | 172 | 0 | 0.40 | 0.03 | 0.30 | 305 | 0.32 | 0.56 |
| Hex | B2 | 6A | AC | 0 | 28 | 3 | 1E | 131 | 20 | 38 |
| Octal | 262 | 152 | 254 | 0 | 50 | 3 | 36 | 461 | 40 | 70 |
| Binary | 10110010 | 1101010 | 10101100 | 0 | 101000 | 11 | 11110 | 100110001 | 100000 | 111000 |
Color Harmonies of #B26AAC
Complementary color
Monochromatic Colors of #B26AAC
Black with #B26AAC
Text Example
Text Example
White with #B26AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26AAC; }
p { color: rgb(178,106,172); }
H1.HeaderClassName
{
color: #B26AAC;
}
.AnyTagClassName
{
color: #B26AAC;
}
</style>
background-color css
<style>
a { background-color: #B26AAC; }
a { background-color: rgb(178,106,172); }
div.DivClassName
{
background-color: #B26AAC;
}
.BgClassName
{
background-color: #B26AAC;
}
</style>
border-color css
<style>
span { border-color: #B26AAC; }
span { border-color: rgb(178,106,172); }
td.TdClassName
{
border-color: #B26AAC;
}
.TagClassName
{
border-color: #B26AAC;
}
</style>