Shades of Violet Blue #B36AAA
Tints of Violet Blue #B36AAA
RGB
CMYK
RGB Variations
Color information
#B36AAA (or 0xB36AAA) is known color: Violet Blue. HEX triplet: B3, 6A and AA. RGB value is (179,106,170). Sum of RGB (Red+Green+Blue) = 179+106+170=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B36AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36AAA is #4C9555. Grayscale: #868686. Windows color (decimal): -5018966 or 11168435. OLE color: 11168435.
HSL color Cylindrical-coordinate representation of color #B36AAA: hue angle of 307.4º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B36AAA is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 106 | 170 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.30 |
| HSL | 307.4º | 0.32% | 0.56% | - |
| HSV(B) | 307.4º | 0.41% | 0.7% | - |
| XYZ | 31 | 22.79 | 40.8 | - |
| YUV | 135.12 | 147.68 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 106 | 170 | 0 | 0.41 | 0.05 | 0.30 | 307.4 | 0.32 | 0.56 |
| Hex | B3 | 6A | AA | 0 | 29 | 5 | 1E | 133 | 20 | 38 |
| Octal | 263 | 152 | 252 | 0 | 51 | 5 | 36 | 463 | 40 | 70 |
| Binary | 10110011 | 1101010 | 10101010 | 0 | 101001 | 101 | 11110 | 100110011 | 100000 | 111000 |
Color Harmonies of #B36AAA
Complementary color
Monochromatic Colors of #B36AAA
Black with #B36AAA
Text Example
Text Example
White with #B36AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36AAA; }
p { color: rgb(179,106,170); }
H1.HeaderClassName
{
color: #B36AAA;
}
.AnyTagClassName
{
color: #B36AAA;
}
</style>
background-color css
<style>
a { background-color: #B36AAA; }
a { background-color: rgb(179,106,170); }
div.DivClassName
{
background-color: #B36AAA;
}
.BgClassName
{
background-color: #B36AAA;
}
</style>
border-color css
<style>
span { border-color: #B36AAA; }
span { border-color: rgb(179,106,170); }
td.TdClassName
{
border-color: #B36AAA;
}
.TagClassName
{
border-color: #B36AAA;
}
</style>