Shades of Violet Blue #B2599D
Tints of Violet Blue #B2599D
RGB
CMYK
RGB Variations
Color information
#B2599D (or 0xB2599D) is known color: Violet Blue. HEX triplet: B2, 59 and 9D. RGB value is (178,89,157). Sum of RGB (Red+Green+Blue) = 178+89+157=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B2599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2599D is #4DA662. Grayscale: #7B7B7B. Windows color (decimal): -5088867 or 10312114. OLE color: 10312114.
HSL color Cylindrical-coordinate representation of color #B2599D: hue angle of 314.16º 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 #B2599D is Cyan = 0, Magento = 0.5, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 89 | 157 | - |
| CMYK | 0 | 0.5 | 0.12 | 0.30 |
| HSL | 314.16º | 0.37% | 0.52% | - |
| HSV(B) | 314.16º | 0.5% | 0.7% | - |
| XYZ | 28.02 | 19.04 | 34.1 | - |
| YUV | 123.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 89 | 157 | 0 | 0.5 | 0.12 | 0.30 | 314.16 | 0.37 | 0.52 |
| Hex | B2 | 59 | 9D | 0 | 32 | C | 1E | 13A | 25 | 34 |
| Octal | 262 | 131 | 235 | 0 | 62 | 14 | 36 | 472 | 45 | 64 |
| Binary | 10110010 | 1011001 | 10011101 | 0 | 110010 | 1100 | 11110 | 100111010 | 100101 | 110100 |
Color Harmonies of #B2599D
Complementary color
Monochromatic Colors of #B2599D
Black with #B2599D
Text Example
Text Example
White with #B2599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2599D; }
p { color: rgb(178,89,157); }
H1.HeaderClassName
{
color: #B2599D;
}
.AnyTagClassName
{
color: #B2599D;
}
</style>
background-color css
<style>
a { background-color: #B2599D; }
a { background-color: rgb(178,89,157); }
div.DivClassName
{
background-color: #B2599D;
}
.BgClassName
{
background-color: #B2599D;
}
</style>
border-color css
<style>
span { border-color: #B2599D; }
span { border-color: rgb(178,89,157); }
td.TdClassName
{
border-color: #B2599D;
}
.TagClassName
{
border-color: #B2599D;
}
</style>