Shades of Violet Blue #B358A3
Tints of Violet Blue #B358A3
RGB
CMYK
RGB Variations
Color information
#B358A3 (or 0xB358A3) is known color: Violet Blue. HEX triplet: B3, 58 and A3. RGB value is (179,88,163). Sum of RGB (Red+Green+Blue) = 179+88+163=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B358A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B358A3 is #4CA75C. Grayscale: #7B7B7B. Windows color (decimal): -5023581 or 10705075. OLE color: 10705075.
HSL color Cylindrical-coordinate representation of color #B358A3: hue angle of 310.55º 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 #B358A3 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 88 | 163 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.30 |
| HSL | 310.55º | 0.37% | 0.52% | - |
| HSV(B) | 310.55º | 0.51% | 0.7% | - |
| XYZ | 28.69 | 19.21 | 36.85 | - |
| YUV | 123.76 | 150.15 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 163 | 0 | 0.51 | 0.09 | 0.30 | 310.55 | 0.37 | 0.52 |
| Hex | B3 | 58 | A3 | 0 | 33 | 9 | 1E | 137 | 25 | 34 |
| Octal | 263 | 130 | 243 | 0 | 63 | 11 | 36 | 467 | 45 | 64 |
| Binary | 10110011 | 1011000 | 10100011 | 0 | 110011 | 1001 | 11110 | 100110111 | 100101 | 110100 |
Color Harmonies of #B358A3
Complementary color
Monochromatic Colors of #B358A3
Black with #B358A3
Text Example
Text Example
White with #B358A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B358A3; }
p { color: rgb(179,88,163); }
H1.HeaderClassName
{
color: #B358A3;
}
.AnyTagClassName
{
color: #B358A3;
}
</style>
background-color css
<style>
a { background-color: #B358A3; }
a { background-color: rgb(179,88,163); }
div.DivClassName
{
background-color: #B358A3;
}
.BgClassName
{
background-color: #B358A3;
}
</style>
border-color css
<style>
span { border-color: #B358A3; }
span { border-color: rgb(179,88,163); }
td.TdClassName
{
border-color: #B358A3;
}
.TagClassName
{
border-color: #B358A3;
}
</style>