Shades of Violet Blue #B255A0
Tints of Violet Blue #B255A0
RGB
CMYK
RGB Variations
Color information
#B255A0 (or 0xB255A0) is known color: Violet Blue. HEX triplet: B2, 55 and A0. RGB value is (178,85,160). Sum of RGB (Red+Green+Blue) = 178+85+160=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B255A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B255A0 is #4DAA5F. Grayscale: #797979. Windows color (decimal): -5089888 or 10507698. OLE color: 10507698.
HSL color Cylindrical-coordinate representation of color #B255A0: hue angle of 311.61º 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 #B255A0 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 85 | 160 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.30 |
| HSL | 311.61º | 0.38% | 0.52% | - |
| HSV(B) | 311.61º | 0.52% | 0.7% | - |
| XYZ | 27.95 | 18.5 | 35.36 | - |
| YUV | 121.36 | 149.81 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 160 | 0 | 0.52 | 0.10 | 0.30 | 311.61 | 0.38 | 0.52 |
| Hex | B2 | 55 | A0 | 0 | 34 | A | 1E | 138 | 26 | 34 |
| Octal | 262 | 125 | 240 | 0 | 64 | 12 | 36 | 470 | 46 | 64 |
| Binary | 10110010 | 1010101 | 10100000 | 0 | 110100 | 1010 | 11110 | 100111000 | 100110 | 110100 |
Color Harmonies of #B255A0
Complementary color
Monochromatic Colors of #B255A0
Black with #B255A0
Text Example
Text Example
White with #B255A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B255A0; }
p { color: rgb(178,85,160); }
H1.HeaderClassName
{
color: #B255A0;
}
.AnyTagClassName
{
color: #B255A0;
}
</style>
background-color css
<style>
a { background-color: #B255A0; }
a { background-color: rgb(178,85,160); }
div.DivClassName
{
background-color: #B255A0;
}
.BgClassName
{
background-color: #B255A0;
}
</style>
border-color css
<style>
span { border-color: #B255A0; }
span { border-color: rgb(178,85,160); }
td.TdClassName
{
border-color: #B255A0;
}
.TagClassName
{
border-color: #B255A0;
}
</style>