Shades of Violet Blue #B358AC
Tints of Violet Blue #B358AC
RGB
CMYK
RGB Variations
Color information
#B358AC (or 0xB358AC) is known color: Violet Blue. HEX triplet: B3, 58 and AC. RGB value is (179,88,172). Sum of RGB (Red+Green+Blue) = 179+88+172=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B358AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B358AC is #4CA753. Grayscale: #7C7C7C. Windows color (decimal): -5023572 or 11294899. OLE color: 11294899.
HSL color Cylindrical-coordinate representation of color #B358AC: hue angle of 304.62º 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 #B358AC is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 88 | 172 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.30 |
| HSL | 304.62º | 0.37% | 0.52% | - |
| HSV(B) | 304.62º | 0.51% | 0.7% | - |
| XYZ | 29.53 | 19.54 | 41.25 | - |
| YUV | 124.79 | 154.65 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 172 | 0 | 0.51 | 0.04 | 0.30 | 304.62 | 0.37 | 0.52 |
| Hex | B3 | 58 | AC | 0 | 33 | 4 | 1E | 131 | 25 | 34 |
| Octal | 263 | 130 | 254 | 0 | 63 | 4 | 36 | 461 | 45 | 64 |
| Binary | 10110011 | 1011000 | 10101100 | 0 | 110011 | 100 | 11110 | 100110001 | 100101 | 110100 |
Color Harmonies of #B358AC
Complementary color
Monochromatic Colors of #B358AC
Black with #B358AC
Text Example
Text Example
White with #B358AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B358AC; }
p { color: rgb(179,88,172); }
H1.HeaderClassName
{
color: #B358AC;
}
.AnyTagClassName
{
color: #B358AC;
}
</style>
background-color css
<style>
a { background-color: #B358AC; }
a { background-color: rgb(179,88,172); }
div.DivClassName
{
background-color: #B358AC;
}
.BgClassName
{
background-color: #B358AC;
}
</style>
border-color css
<style>
span { border-color: #B358AC; }
span { border-color: rgb(179,88,172); }
td.TdClassName
{
border-color: #B358AC;
}
.TagClassName
{
border-color: #B358AC;
}
</style>