Shades of Violet Blue #B2539D
Tints of Violet Blue #B2539D
RGB
CMYK
RGB Variations
Color information
#B2539D (or 0xB2539D) is known color: Violet Blue. HEX triplet: B2, 53 and 9D. RGB value is (178,83,157). Sum of RGB (Red+Green+Blue) = 178+83+157=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B2539D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2539D is #4DAC62. Grayscale: #777777. Windows color (decimal): -5090403 or 10310578. OLE color: 10310578.
HSL color Cylindrical-coordinate representation of color #B2539D: hue angle of 313.26º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2539D is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 83 | 157 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.30 |
| HSL | 313.26º | 0.38% | 0.51% | - |
| HSV(B) | 313.26º | 0.53% | 0.7% | - |
| XYZ | 27.54 | 18.09 | 33.94 | - |
| YUV | 119.84 | 148.97 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 157 | 0 | 0.53 | 0.12 | 0.30 | 313.26 | 0.38 | 0.51 |
| Hex | B2 | 53 | 9D | 0 | 35 | C | 1E | 139 | 26 | 33 |
| Octal | 262 | 123 | 235 | 0 | 65 | 14 | 36 | 471 | 46 | 63 |
| Binary | 10110010 | 1010011 | 10011101 | 0 | 110101 | 1100 | 11110 | 100111001 | 100110 | 110011 |
Color Harmonies of #B2539D
Complementary color
Monochromatic Colors of #B2539D
Black with #B2539D
Text Example
Text Example
White with #B2539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2539D; }
p { color: rgb(178,83,157); }
H1.HeaderClassName
{
color: #B2539D;
}
.AnyTagClassName
{
color: #B2539D;
}
</style>
background-color css
<style>
a { background-color: #B2539D; }
a { background-color: rgb(178,83,157); }
div.DivClassName
{
background-color: #B2539D;
}
.BgClassName
{
background-color: #B2539D;
}
</style>
border-color css
<style>
span { border-color: #B2539D; }
span { border-color: rgb(178,83,157); }
td.TdClassName
{
border-color: #B2539D;
}
.TagClassName
{
border-color: #B2539D;
}
</style>