Shades of Violet Blue #B259A1
Tints of Violet Blue #B259A1
RGB
CMYK
RGB Variations
Color information
#B259A1 (or 0xB259A1) is known color: Violet Blue. HEX triplet: B2, 59 and A1. RGB value is (178,89,161). Sum of RGB (Red+Green+Blue) = 178+89+161=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B259A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B259A1 is #4DA65E. Grayscale: #7B7B7B. Windows color (decimal): -5088863 or 10574258. OLE color: 10574258.
HSL color Cylindrical-coordinate representation of color #B259A1: hue angle of 311.46º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B259A1 is Cyan = 0, Magento = 0.5, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 89 | 161 | - |
| CMYK | 0 | 0.5 | 0.10 | 0.30 |
| HSL | 311.46º | 0.37% | 0.52% | - |
| HSV(B) | 311.46º | 0.5% | 0.7% | - |
| XYZ | 28.37 | 19.18 | 35.93 | - |
| YUV | 123.82 | 148.99 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 89 | 161 | 0 | 0.5 | 0.10 | 0.30 | 311.46 | 0.37 | 0.52 |
| Hex | B2 | 59 | A1 | 0 | 32 | A | 1E | 137 | 25 | 34 |
| Octal | 262 | 131 | 241 | 0 | 62 | 12 | 36 | 467 | 45 | 64 |
| Binary | 10110010 | 1011001 | 10100001 | 0 | 110010 | 1010 | 11110 | 100110111 | 100101 | 110100 |
Color Harmonies of #B259A1
Complementary color
Monochromatic Colors of #B259A1
Black with #B259A1
Text Example
Text Example
White with #B259A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B259A1; }
p { color: rgb(178,89,161); }
H1.HeaderClassName
{
color: #B259A1;
}
.AnyTagClassName
{
color: #B259A1;
}
</style>
background-color css
<style>
a { background-color: #B259A1; }
a { background-color: rgb(178,89,161); }
div.DivClassName
{
background-color: #B259A1;
}
.BgClassName
{
background-color: #B259A1;
}
</style>
border-color css
<style>
span { border-color: #B259A1; }
span { border-color: rgb(178,89,161); }
td.TdClassName
{
border-color: #B259A1;
}
.TagClassName
{
border-color: #B259A1;
}
</style>