Shades of Violet Blue #B259A3
Tints of Violet Blue #B259A3
RGB
CMYK
RGB Variations
Color information
#B259A3 (or 0xB259A3) is known color: Violet Blue. HEX triplet: B2, 59 and A3. RGB value is (178,89,163). Sum of RGB (Red+Green+Blue) = 178+89+163=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B259A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B259A3 is #4DA65C. Grayscale: #7B7B7B. Windows color (decimal): -5088861 or 10705330. OLE color: 10705330.
HSL color Cylindrical-coordinate representation of color #B259A3: hue angle of 310.11º 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 #B259A3 is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 89 | 163 | - |
| CMYK | 0 | 0.5 | 0.08 | 0.30 |
| HSL | 310.11º | 0.37% | 0.52% | - |
| HSV(B) | 310.11º | 0.5% | 0.7% | - |
| XYZ | 28.54 | 19.25 | 36.86 | - |
| YUV | 124.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 89 | 163 | 0 | 0.5 | 0.08 | 0.30 | 310.11 | 0.37 | 0.52 |
| Hex | B2 | 59 | A3 | 0 | 32 | 8 | 1E | 136 | 25 | 34 |
| Octal | 262 | 131 | 243 | 0 | 62 | 10 | 36 | 466 | 45 | 64 |
| Binary | 10110010 | 1011001 | 10100011 | 0 | 110010 | 1000 | 11110 | 100110110 | 100101 | 110100 |
Color Harmonies of #B259A3
Complementary color
Monochromatic Colors of #B259A3
Black with #B259A3
Text Example
Text Example
White with #B259A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B259A3; }
p { color: rgb(178,89,163); }
H1.HeaderClassName
{
color: #B259A3;
}
.AnyTagClassName
{
color: #B259A3;
}
</style>
background-color css
<style>
a { background-color: #B259A3; }
a { background-color: rgb(178,89,163); }
div.DivClassName
{
background-color: #B259A3;
}
.BgClassName
{
background-color: #B259A3;
}
</style>
border-color css
<style>
span { border-color: #B259A3; }
span { border-color: rgb(178,89,163); }
td.TdClassName
{
border-color: #B259A3;
}
.TagClassName
{
border-color: #B259A3;
}
</style>