Shades of Violet Blue #B2599A
Tints of Violet Blue #B2599A
RGB
CMYK
RGB Variations
Color information
#B2599A (or 0xB2599A) is known color: Violet Blue. HEX triplet: B2, 59 and 9A. RGB value is (178,89,154). Sum of RGB (Red+Green+Blue) = 178+89+154=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B2599A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2599A is #4DA665. Grayscale: #7A7A7A. Windows color (decimal): -5088870 or 10115506. OLE color: 10115506.
HSL color Cylindrical-coordinate representation of color #B2599A: hue angle of 316.18º 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 #B2599A is Cyan = 0, Magento = 0.5, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 89 | 154 | - |
| CMYK | 0 | 0.5 | 0.13 | 0.30 |
| HSL | 316.18º | 0.37% | 0.52% | - |
| HSV(B) | 316.18º | 0.5% | 0.7% | - |
| XYZ | 27.77 | 18.94 | 32.76 | - |
| YUV | 123.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 89 | 154 | 0 | 0.5 | 0.13 | 0.30 | 316.18 | 0.37 | 0.52 |
| Hex | B2 | 59 | 9A | 0 | 32 | D | 1E | 13C | 25 | 34 |
| Octal | 262 | 131 | 232 | 0 | 62 | 15 | 36 | 474 | 45 | 64 |
| Binary | 10110010 | 1011001 | 10011010 | 0 | 110010 | 1101 | 11110 | 100111100 | 100101 | 110100 |
Color Harmonies of #B2599A
Complementary color
Monochromatic Colors of #B2599A
Black with #B2599A
Text Example
Text Example
White with #B2599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2599A; }
p { color: rgb(178,89,154); }
H1.HeaderClassName
{
color: #B2599A;
}
.AnyTagClassName
{
color: #B2599A;
}
</style>
background-color css
<style>
a { background-color: #B2599A; }
a { background-color: rgb(178,89,154); }
div.DivClassName
{
background-color: #B2599A;
}
.BgClassName
{
background-color: #B2599A;
}
</style>
border-color css
<style>
span { border-color: #B2599A; }
span { border-color: rgb(178,89,154); }
td.TdClassName
{
border-color: #B2599A;
}
.TagClassName
{
border-color: #B2599A;
}
</style>