Shades of Violet Blue #B358A0
Tints of Violet Blue #B358A0
RGB
CMYK
RGB Variations
Color information
#B358A0 (or 0xB358A0) is known color: Violet Blue. HEX triplet: B3, 58 and A0. RGB value is (179,88,160). Sum of RGB (Red+Green+Blue) = 179+88+160=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B358A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B358A0 is #4CA75F. Grayscale: #7B7B7B. Windows color (decimal): -5023584 or 10508467. OLE color: 10508467.
HSL color Cylindrical-coordinate representation of color #B358A0: hue angle of 312.53º degrees, saturation: 0.37, 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 #B358A0 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 88 | 160 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.30 |
| HSL | 312.53º | 0.37% | 0.52% | - |
| HSV(B) | 312.53º | 0.51% | 0.7% | - |
| XYZ | 28.43 | 19.1 | 35.45 | - |
| YUV | 123.42 | 148.65 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 160 | 0 | 0.51 | 0.11 | 0.30 | 312.53 | 0.37 | 0.52 |
| Hex | B3 | 58 | A0 | 0 | 33 | B | 1E | 139 | 25 | 34 |
| Octal | 263 | 130 | 240 | 0 | 63 | 13 | 36 | 471 | 45 | 64 |
| Binary | 10110011 | 1011000 | 10100000 | 0 | 110011 | 1011 | 11110 | 100111001 | 100101 | 110100 |
Color Harmonies of #B358A0
Complementary color
Monochromatic Colors of #B358A0
Black with #B358A0
Text Example
Text Example
White with #B358A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B358A0; }
p { color: rgb(179,88,160); }
H1.HeaderClassName
{
color: #B358A0;
}
.AnyTagClassName
{
color: #B358A0;
}
</style>
background-color css
<style>
a { background-color: #B358A0; }
a { background-color: rgb(179,88,160); }
div.DivClassName
{
background-color: #B358A0;
}
.BgClassName
{
background-color: #B358A0;
}
</style>
border-color css
<style>
span { border-color: #B358A0; }
span { border-color: rgb(179,88,160); }
td.TdClassName
{
border-color: #B358A0;
}
.TagClassName
{
border-color: #B358A0;
}
</style>