Shades of Violet Blue #B257A2
Tints of Violet Blue #B257A2
RGB
CMYK
RGB Variations
Color information
#B257A2 (or 0xB257A2) is known color: Violet Blue. HEX triplet: B2, 57 and A2. RGB value is (178,87,162). Sum of RGB (Red+Green+Blue) = 178+87+162=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B257A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B257A2 is #4DA85D. Grayscale: #7A7A7A. Windows color (decimal): -5089374 or 10639282. OLE color: 10639282.
HSL color Cylindrical-coordinate representation of color #B257A2: 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 #B257A2 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 87 | 162 | - |
| 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.29 | 18.89 | 36.34 | - |
| YUV | 122.76 | 150.15 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 87 | 162 | 0 | 0.51 | 0.09 | 0.30 | 310.55 | 0.37 | 0.52 |
| Hex | B2 | 57 | A2 | 0 | 33 | 9 | 1E | 137 | 25 | 34 |
| Octal | 262 | 127 | 242 | 0 | 63 | 11 | 36 | 467 | 45 | 64 |
| Binary | 10110010 | 1010111 | 10100010 | 0 | 110011 | 1001 | 11110 | 100110111 | 100101 | 110100 |
Color Harmonies of #B257A2
Complementary color
Monochromatic Colors of #B257A2
Black with #B257A2
Text Example
Text Example
White with #B257A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B257A2; }
p { color: rgb(178,87,162); }
H1.HeaderClassName
{
color: #B257A2;
}
.AnyTagClassName
{
color: #B257A2;
}
</style>
background-color css
<style>
a { background-color: #B257A2; }
a { background-color: rgb(178,87,162); }
div.DivClassName
{
background-color: #B257A2;
}
.BgClassName
{
background-color: #B257A2;
}
</style>
border-color css
<style>
span { border-color: #B257A2; }
span { border-color: rgb(178,87,162); }
td.TdClassName
{
border-color: #B257A2;
}
.TagClassName
{
border-color: #B257A2;
}
</style>