Shades of Violet Blue #B356AA
Tints of Violet Blue #B356AA
RGB
CMYK
RGB Variations
Color information
#B356AA (or 0xB356AA) is known color: Violet Blue. HEX triplet: B3, 56 and AA. RGB value is (179,86,170). Sum of RGB (Red+Green+Blue) = 179+86+170=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B356AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B356AA is #4CA955. Grayscale: #7B7B7B. Windows color (decimal): -5024086 or 11163315. OLE color: 11163315.
HSL color Cylindrical-coordinate representation of color #B356AA: hue angle of 305.81º degrees, saturation: 0.38, 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 #B356AA is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 86 | 170 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.30 |
| HSL | 305.81º | 0.38% | 0.52% | - |
| HSV(B) | 305.81º | 0.52% | 0.7% | - |
| XYZ | 29.17 | 19.14 | 40.19 | - |
| YUV | 123.38 | 154.31 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 86 | 170 | 0 | 0.52 | 0.05 | 0.30 | 305.81 | 0.38 | 0.52 |
| Hex | B3 | 56 | AA | 0 | 34 | 5 | 1E | 132 | 26 | 34 |
| Octal | 263 | 126 | 252 | 0 | 64 | 5 | 36 | 462 | 46 | 64 |
| Binary | 10110011 | 1010110 | 10101010 | 0 | 110100 | 101 | 11110 | 100110010 | 100110 | 110100 |
Color Harmonies of #B356AA
Complementary color
Monochromatic Colors of #B356AA
Black with #B356AA
Text Example
Text Example
White with #B356AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B356AA; }
p { color: rgb(179,86,170); }
H1.HeaderClassName
{
color: #B356AA;
}
.AnyTagClassName
{
color: #B356AA;
}
</style>
background-color css
<style>
a { background-color: #B356AA; }
a { background-color: rgb(179,86,170); }
div.DivClassName
{
background-color: #B356AA;
}
.BgClassName
{
background-color: #B356AA;
}
</style>
border-color css
<style>
span { border-color: #B356AA; }
span { border-color: rgb(179,86,170); }
td.TdClassName
{
border-color: #B356AA;
}
.TagClassName
{
border-color: #B356AA;
}
</style>