Shades of Violet Blue #B357A5
Tints of Violet Blue #B357A5
RGB
CMYK
RGB Variations
Color information
#B357A5 (or 0xB357A5) is known color: Violet Blue. HEX triplet: B3, 57 and A5. RGB value is (179,87,165). Sum of RGB (Red+Green+Blue) = 179+87+165=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B357A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B357A5 is #4CA85A. Grayscale: #7B7B7B. Windows color (decimal): -5023835 or 10835891. OLE color: 10835891.
HSL color Cylindrical-coordinate representation of color #B357A5: hue angle of 309.13º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B357A5 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 87 | 165 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.30 |
| HSL | 309.13º | 0.38% | 0.52% | - |
| HSV(B) | 309.13º | 0.51% | 0.7% | - |
| XYZ | 28.79 | 19.12 | 37.77 | - |
| YUV | 123.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 87 | 165 | 0 | 0.51 | 0.08 | 0.30 | 309.13 | 0.38 | 0.52 |
| Hex | B3 | 57 | A5 | 0 | 33 | 8 | 1E | 135 | 26 | 34 |
| Octal | 263 | 127 | 245 | 0 | 63 | 10 | 36 | 465 | 46 | 64 |
| Binary | 10110011 | 1010111 | 10100101 | 0 | 110011 | 1000 | 11110 | 100110101 | 100110 | 110100 |
Color Harmonies of #B357A5
Complementary color
Monochromatic Colors of #B357A5
Black with #B357A5
Text Example
Text Example
White with #B357A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B357A5; }
p { color: rgb(179,87,165); }
H1.HeaderClassName
{
color: #B357A5;
}
.AnyTagClassName
{
color: #B357A5;
}
</style>
background-color css
<style>
a { background-color: #B357A5; }
a { background-color: rgb(179,87,165); }
div.DivClassName
{
background-color: #B357A5;
}
.BgClassName
{
background-color: #B357A5;
}
</style>
border-color css
<style>
span { border-color: #B357A5; }
span { border-color: rgb(179,87,165); }
td.TdClassName
{
border-color: #B357A5;
}
.TagClassName
{
border-color: #B357A5;
}
</style>