Shades of Violet Blue #B3529C
Tints of Violet Blue #B3529C
RGB
CMYK
RGB Variations
Color information
#B3529C (or 0xB3529C) is known color: Violet Blue. HEX triplet: B3, 52 and 9C. RGB value is (179,82,156). Sum of RGB (Red+Green+Blue) = 179+82+156=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B3529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3529C is #4CAD63. Grayscale: #777777. Windows color (decimal): -5025124 or 10244787. OLE color: 10244787.
HSL color Cylindrical-coordinate representation of color #B3529C: hue angle of 314.23º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B3529C is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 82 | 156 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.30 |
| HSL | 314.23º | 0.39% | 0.51% | - |
| HSV(B) | 314.23º | 0.54% | 0.7% | - |
| XYZ | 27.61 | 18.02 | 33.48 | - |
| YUV | 119.44 | 148.64 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 82 | 156 | 0 | 0.54 | 0.13 | 0.30 | 314.23 | 0.39 | 0.51 |
| Hex | B3 | 52 | 9C | 0 | 36 | D | 1E | 13A | 27 | 33 |
| Octal | 263 | 122 | 234 | 0 | 66 | 15 | 36 | 472 | 47 | 63 |
| Binary | 10110011 | 1010010 | 10011100 | 0 | 110110 | 1101 | 11110 | 100111010 | 100111 | 110011 |
Color Harmonies of #B3529C
Complementary color
Monochromatic Colors of #B3529C
Black with #B3529C
Text Example
Text Example
White with #B3529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3529C; }
p { color: rgb(179,82,156); }
H1.HeaderClassName
{
color: #B3529C;
}
.AnyTagClassName
{
color: #B3529C;
}
</style>
background-color css
<style>
a { background-color: #B3529C; }
a { background-color: rgb(179,82,156); }
div.DivClassName
{
background-color: #B3529C;
}
.BgClassName
{
background-color: #B3529C;
}
</style>
border-color css
<style>
span { border-color: #B3529C; }
span { border-color: rgb(179,82,156); }
td.TdClassName
{
border-color: #B3529C;
}
.TagClassName
{
border-color: #B3529C;
}
</style>