Shades of Violet Blue #B355AB
Tints of Violet Blue #B355AB
RGB
CMYK
RGB Variations
Color information
#B355AB (or 0xB355AB) is known color: Violet Blue. HEX triplet: B3, 55 and AB. RGB value is (179,85,171). Sum of RGB (Red+Green+Blue) = 179+85+171=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B355AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B355AB is #4CAA54. Grayscale: #7A7A7A. Windows color (decimal): -5024341 or 11228595. OLE color: 11228595.
HSL color Cylindrical-coordinate representation of color #B355AB: hue angle of 305.11º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B355AB is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 85 | 171 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.30 |
| HSL | 305.11º | 0.38% | 0.52% | - |
| HSV(B) | 305.11º | 0.53% | 0.7% | - |
| XYZ | 29.19 | 19.02 | 40.66 | - |
| YUV | 122.91 | 155.14 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 171 | 0 | 0.53 | 0.04 | 0.30 | 305.11 | 0.38 | 0.52 |
| Hex | B3 | 55 | AB | 0 | 35 | 4 | 1E | 131 | 26 | 34 |
| Octal | 263 | 125 | 253 | 0 | 65 | 4 | 36 | 461 | 46 | 64 |
| Binary | 10110011 | 1010101 | 10101011 | 0 | 110101 | 100 | 11110 | 100110001 | 100110 | 110100 |
Color Harmonies of #B355AB
Complementary color
Monochromatic Colors of #B355AB
Black with #B355AB
Text Example
Text Example
White with #B355AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B355AB; }
p { color: rgb(179,85,171); }
H1.HeaderClassName
{
color: #B355AB;
}
.AnyTagClassName
{
color: #B355AB;
}
</style>
background-color css
<style>
a { background-color: #B355AB; }
a { background-color: rgb(179,85,171); }
div.DivClassName
{
background-color: #B355AB;
}
.BgClassName
{
background-color: #B355AB;
}
</style>
border-color css
<style>
span { border-color: #B355AB; }
span { border-color: rgb(179,85,171); }
td.TdClassName
{
border-color: #B355AB;
}
.TagClassName
{
border-color: #B355AB;
}
</style>