Shades of Violet Blue #B26AA3
Tints of Violet Blue #B26AA3
RGB
CMYK
RGB Variations
Color information
#B26AA3 (or 0xB26AA3) is known color: Violet Blue. HEX triplet: B2, 6A and A3. RGB value is (178,106,163). Sum of RGB (Red+Green+Blue) = 178+106+163=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B26AA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26AA3 is #4D955C. Grayscale: #858585. Windows color (decimal): -5084509 or 10709682. OLE color: 10709682.
HSL color Cylindrical-coordinate representation of color #B26AA3: hue angle of 312.5º 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 #B26AA3 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 106 | 163 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.30 |
| HSL | 312.5º | 0.32% | 0.56% | - |
| HSV(B) | 312.5º | 0.4% | 0.7% | - |
| XYZ | 30.12 | 22.42 | 37.39 | - |
| YUV | 134.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 106 | 163 | 0 | 0.40 | 0.08 | 0.30 | 312.5 | 0.32 | 0.56 |
| Hex | B2 | 6A | A3 | 0 | 28 | 8 | 1E | 138 | 20 | 38 |
| Octal | 262 | 152 | 243 | 0 | 50 | 10 | 36 | 470 | 40 | 70 |
| Binary | 10110010 | 1101010 | 10100011 | 0 | 101000 | 1000 | 11110 | 100111000 | 100000 | 111000 |
Color Harmonies of #B26AA3
Complementary color
Monochromatic Colors of #B26AA3
Black with #B26AA3
Text Example
Text Example
White with #B26AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26AA3; }
p { color: rgb(178,106,163); }
H1.HeaderClassName
{
color: #B26AA3;
}
.AnyTagClassName
{
color: #B26AA3;
}
</style>
background-color css
<style>
a { background-color: #B26AA3; }
a { background-color: rgb(178,106,163); }
div.DivClassName
{
background-color: #B26AA3;
}
.BgClassName
{
background-color: #B26AA3;
}
</style>
border-color css
<style>
span { border-color: #B26AA3; }
span { border-color: rgb(178,106,163); }
td.TdClassName
{
border-color: #B26AA3;
}
.TagClassName
{
border-color: #B26AA3;
}
</style>