Shades of Violet Blue #B2599C
Tints of Violet Blue #B2599C
RGB
CMYK
RGB Variations
Color information
#B2599C (or 0xB2599C) is known color: Violet Blue. HEX triplet: B2, 59 and 9C. RGB value is (178,89,156). Sum of RGB (Red+Green+Blue) = 178+89+156=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B2599C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2599C is #4DA663. Grayscale: #7B7B7B. Windows color (decimal): -5088868 or 10246578. OLE color: 10246578.
HSL color Cylindrical-coordinate representation of color #B2599C: hue angle of 314.83º 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 #B2599C is Cyan = 0, Magento = 0.5, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 89 | 156 | - |
| CMYK | 0 | 0.5 | 0.12 | 0.30 |
| HSL | 314.83º | 0.37% | 0.52% | - |
| HSV(B) | 314.83º | 0.5% | 0.7% | - |
| XYZ | 27.93 | 19.01 | 33.65 | - |
| YUV | 123.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 89 | 156 | 0 | 0.5 | 0.12 | 0.30 | 314.83 | 0.37 | 0.52 |
| Hex | B2 | 59 | 9C | 0 | 32 | C | 1E | 13B | 25 | 34 |
| Octal | 262 | 131 | 234 | 0 | 62 | 14 | 36 | 473 | 45 | 64 |
| Binary | 10110010 | 1011001 | 10011100 | 0 | 110010 | 1100 | 11110 | 100111011 | 100101 | 110100 |
Color Harmonies of #B2599C
Complementary color
Monochromatic Colors of #B2599C
Black with #B2599C
Text Example
Text Example
White with #B2599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2599C; }
p { color: rgb(178,89,156); }
H1.HeaderClassName
{
color: #B2599C;
}
.AnyTagClassName
{
color: #B2599C;
}
</style>
background-color css
<style>
a { background-color: #B2599C; }
a { background-color: rgb(178,89,156); }
div.DivClassName
{
background-color: #B2599C;
}
.BgClassName
{
background-color: #B2599C;
}
</style>
border-color css
<style>
span { border-color: #B2599C; }
span { border-color: rgb(178,89,156); }
td.TdClassName
{
border-color: #B2599C;
}
.TagClassName
{
border-color: #B2599C;
}
</style>