Shades of Violet Blue #B359AA
Tints of Violet Blue #B359AA
RGB
CMYK
RGB Variations
Color information
#B359AA (or 0xB359AA) is known color: Violet Blue. HEX triplet: B3, 59 and AA. RGB value is (179,89,170). Sum of RGB (Red+Green+Blue) = 179+89+170=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B359AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B359AA is #4CA655. Grayscale: #7C7C7C. Windows color (decimal): -5023318 or 11164083. OLE color: 11164083.
HSL color Cylindrical-coordinate representation of color #B359AA: hue angle of 306º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B359AA is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 89 | 170 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.30 |
| HSL | 306º | 0.37% | 0.53% | - |
| HSV(B) | 306º | 0.5% | 0.7% | - |
| XYZ | 29.42 | 19.63 | 40.27 | - |
| YUV | 125.14 | 153.32 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 89 | 170 | 0 | 0.50 | 0.05 | 0.30 | 306 | 0.37 | 0.53 |
| Hex | B3 | 59 | AA | 0 | 32 | 5 | 1E | 132 | 25 | 35 |
| Octal | 263 | 131 | 252 | 0 | 62 | 5 | 36 | 462 | 45 | 65 |
| Binary | 10110011 | 1011001 | 10101010 | 0 | 110010 | 101 | 11110 | 100110010 | 100101 | 110101 |
Color Harmonies of #B359AA
Complementary color
Monochromatic Colors of #B359AA
Black with #B359AA
Text Example
Text Example
White with #B359AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B359AA; }
p { color: rgb(179,89,170); }
H1.HeaderClassName
{
color: #B359AA;
}
.AnyTagClassName
{
color: #B359AA;
}
</style>
background-color css
<style>
a { background-color: #B359AA; }
a { background-color: rgb(179,89,170); }
div.DivClassName
{
background-color: #B359AA;
}
.BgClassName
{
background-color: #B359AA;
}
</style>
border-color css
<style>
span { border-color: #B359AA; }
span { border-color: rgb(179,89,170); }
td.TdClassName
{
border-color: #B359AA;
}
.TagClassName
{
border-color: #B359AA;
}
</style>