Shades of Violet Blue #B26BAB
Tints of Violet Blue #B26BAB
RGB
CMYK
RGB Variations
Color information
#B26BAB (or 0xB26BAB) is known color: Violet Blue. HEX triplet: B2, 6B and AB. RGB value is (178,107,171). Sum of RGB (Red+Green+Blue) = 178+107+171=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 107 (42.19% from 255 or 23.46% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 178 - color contains mainly: red. Hex color #B26BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26BAB is #4D9454. Grayscale: #878787. Windows color (decimal): -5084245 or 11234226. OLE color: 11234226.
HSL color Cylindrical-coordinate representation of color #B26BAB: hue angle of 305.92º 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 #B26BAB is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 107 | 171 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.30 |
| HSL | 305.92º | 0.32% | 0.56% | - |
| HSV(B) | 305.92º | 0.4% | 0.7% | - |
| XYZ | 30.97 | 22.92 | 41.32 | - |
| YUV | 135.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 107 | 171 | 0 | 0.40 | 0.04 | 0.30 | 305.92 | 0.32 | 0.56 |
| Hex | B2 | 6B | AB | 0 | 28 | 4 | 1E | 132 | 20 | 38 |
| Octal | 262 | 153 | 253 | 0 | 50 | 4 | 36 | 462 | 40 | 70 |
| Binary | 10110010 | 1101011 | 10101011 | 0 | 101000 | 100 | 11110 | 100110010 | 100000 | 111000 |
Color Harmonies of #B26BAB
Complementary color
Monochromatic Colors of #B26BAB
Black with #B26BAB
Text Example
Text Example
White with #B26BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26BAB; }
p { color: rgb(178,107,171); }
H1.HeaderClassName
{
color: #B26BAB;
}
.AnyTagClassName
{
color: #B26BAB;
}
</style>
background-color css
<style>
a { background-color: #B26BAB; }
a { background-color: rgb(178,107,171); }
div.DivClassName
{
background-color: #B26BAB;
}
.BgClassName
{
background-color: #B26BAB;
}
</style>
border-color css
<style>
span { border-color: #B26BAB; }
span { border-color: rgb(178,107,171); }
td.TdClassName
{
border-color: #B26BAB;
}
.TagClassName
{
border-color: #B26BAB;
}
</style>