Shades of Violet Blue #B357A0
Tints of Violet Blue #B357A0
RGB
CMYK
RGB Variations
Color information
#B357A0 (or 0xB357A0) is known color: Violet Blue. HEX triplet: B3, 57 and A0. RGB value is (179,87,160). Sum of RGB (Red+Green+Blue) = 179+87+160=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B357A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B357A0 is #4CA85F. Grayscale: #7A7A7A. Windows color (decimal): -5023840 or 10508211. OLE color: 10508211.
HSL color Cylindrical-coordinate representation of color #B357A0: hue angle of 312.39º 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 #B357A0 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 87 | 160 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.30 |
| HSL | 312.39º | 0.38% | 0.52% | - |
| HSV(B) | 312.39º | 0.51% | 0.7% | - |
| XYZ | 28.34 | 18.94 | 35.42 | - |
| YUV | 122.83 | 148.98 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 87 | 160 | 0 | 0.51 | 0.11 | 0.30 | 312.39 | 0.38 | 0.52 |
| Hex | B3 | 57 | A0 | 0 | 33 | B | 1E | 138 | 26 | 34 |
| Octal | 263 | 127 | 240 | 0 | 63 | 13 | 36 | 470 | 46 | 64 |
| Binary | 10110011 | 1010111 | 10100000 | 0 | 110011 | 1011 | 11110 | 100111000 | 100110 | 110100 |
Color Harmonies of #B357A0
Complementary color
Monochromatic Colors of #B357A0
Black with #B357A0
Text Example
Text Example
White with #B357A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B357A0; }
p { color: rgb(179,87,160); }
H1.HeaderClassName
{
color: #B357A0;
}
.AnyTagClassName
{
color: #B357A0;
}
</style>
background-color css
<style>
a { background-color: #B357A0; }
a { background-color: rgb(179,87,160); }
div.DivClassName
{
background-color: #B357A0;
}
.BgClassName
{
background-color: #B357A0;
}
</style>
border-color css
<style>
span { border-color: #B357A0; }
span { border-color: rgb(179,87,160); }
td.TdClassName
{
border-color: #B357A0;
}
.TagClassName
{
border-color: #B357A0;
}
</style>