Shades of Violet Blue #B3629C
Tints of Violet Blue #B3629C
RGB
CMYK
RGB Variations
Color information
#B3629C (or 0xB3629C) is known color: Violet Blue. HEX triplet: B3, 62 and 9C. RGB value is (179,98,156). Sum of RGB (Red+Green+Blue) = 179+98+156=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B3629C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3629C is #4C9D63. Grayscale: #808080. Windows color (decimal): -5021028 or 10248883. OLE color: 10248883.
HSL color Cylindrical-coordinate representation of color #B3629C: hue angle of 317.04º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B3629C is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 98 | 156 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.30 |
| HSL | 317.04º | 0.35% | 0.54% | - |
| HSV(B) | 317.04º | 0.45% | 0.7% | - |
| XYZ | 28.96 | 20.72 | 33.93 | - |
| YUV | 128.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 98 | 156 | 0 | 0.45 | 0.13 | 0.30 | 317.04 | 0.35 | 0.54 |
| Hex | B3 | 62 | 9C | 0 | 2D | D | 1E | 13D | 23 | 36 |
| Octal | 263 | 142 | 234 | 0 | 55 | 15 | 36 | 475 | 43 | 66 |
| Binary | 10110011 | 1100010 | 10011100 | 0 | 101101 | 1101 | 11110 | 100111101 | 100011 | 110110 |
Color Harmonies of #B3629C
Complementary color
Monochromatic Colors of #B3629C
Black with #B3629C
Text Example
Text Example
White with #B3629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3629C; }
p { color: rgb(179,98,156); }
H1.HeaderClassName
{
color: #B3629C;
}
.AnyTagClassName
{
color: #B3629C;
}
</style>
background-color css
<style>
a { background-color: #B3629C; }
a { background-color: rgb(179,98,156); }
div.DivClassName
{
background-color: #B3629C;
}
.BgClassName
{
background-color: #B3629C;
}
</style>
border-color css
<style>
span { border-color: #B3629C; }
span { border-color: rgb(179,98,156); }
td.TdClassName
{
border-color: #B3629C;
}
.TagClassName
{
border-color: #B3629C;
}
</style>