Shades of Violet Blue #B255AB
Tints of Violet Blue #B255AB
RGB
CMYK
RGB Variations
Color information
#B255AB (or 0xB255AB) is known color: Violet Blue. HEX triplet: B2, 55 and AB. RGB value is (178,85,171). Sum of RGB (Red+Green+Blue) = 178+85+171=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B255AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B255AB is #4DAA54. Grayscale: #7A7A7A. Windows color (decimal): -5089877 or 11228594. OLE color: 11228594.
HSL color Cylindrical-coordinate representation of color #B255AB: hue angle of 304.52º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B255AB is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 85 | 171 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.30 |
| HSL | 304.52º | 0.38% | 0.52% | - |
| HSV(B) | 304.52º | 0.52% | 0.7% | - |
| XYZ | 28.96 | 18.9 | 40.65 | - |
| YUV | 122.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 171 | 0 | 0.52 | 0.04 | 0.30 | 304.52 | 0.38 | 0.52 |
| Hex | B2 | 55 | AB | 0 | 34 | 4 | 1E | 131 | 26 | 34 |
| Octal | 262 | 125 | 253 | 0 | 64 | 4 | 36 | 461 | 46 | 64 |
| Binary | 10110010 | 1010101 | 10101011 | 0 | 110100 | 100 | 11110 | 100110001 | 100110 | 110100 |
Color Harmonies of #B255AB
Complementary color
Monochromatic Colors of #B255AB
Black with #B255AB
Text Example
Text Example
White with #B255AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B255AB; }
p { color: rgb(178,85,171); }
H1.HeaderClassName
{
color: #B255AB;
}
.AnyTagClassName
{
color: #B255AB;
}
</style>
background-color css
<style>
a { background-color: #B255AB; }
a { background-color: rgb(178,85,171); }
div.DivClassName
{
background-color: #B255AB;
}
.BgClassName
{
background-color: #B255AB;
}
</style>
border-color css
<style>
span { border-color: #B255AB; }
span { border-color: rgb(178,85,171); }
td.TdClassName
{
border-color: #B255AB;
}
.TagClassName
{
border-color: #B255AB;
}
</style>