Shades of Violet Blue #B3639C
Tints of Violet Blue #B3639C
RGB
CMYK
RGB Variations
Color information
#B3639C (or 0xB3639C) is known color: Violet Blue. HEX triplet: B3, 63 and 9C. RGB value is (179,99,156). Sum of RGB (Red+Green+Blue) = 179+99+156=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B3639C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3639C is #4C9C63. Grayscale: #818181. Windows color (decimal): -5020772 or 10249139. OLE color: 10249139.
HSL color Cylindrical-coordinate representation of color #B3639C: hue angle of 317.25º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B3639C is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 99 | 156 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.30 |
| HSL | 317.25º | 0.34% | 0.55% | - |
| HSV(B) | 317.25º | 0.45% | 0.7% | - |
| XYZ | 29.05 | 20.91 | 33.96 | - |
| YUV | 129.42 | 143 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 156 | 0 | 0.45 | 0.13 | 0.30 | 317.25 | 0.34 | 0.55 |
| Hex | B3 | 63 | 9C | 0 | 2D | D | 1E | 13D | 22 | 37 |
| Octal | 263 | 143 | 234 | 0 | 55 | 15 | 36 | 475 | 42 | 67 |
| Binary | 10110011 | 1100011 | 10011100 | 0 | 101101 | 1101 | 11110 | 100111101 | 100010 | 110111 |
Color Harmonies of #B3639C
Complementary color
Monochromatic Colors of #B3639C
Black with #B3639C
Text Example
Text Example
White with #B3639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3639C; }
p { color: rgb(179,99,156); }
H1.HeaderClassName
{
color: #B3639C;
}
.AnyTagClassName
{
color: #B3639C;
}
</style>
background-color css
<style>
a { background-color: #B3639C; }
a { background-color: rgb(179,99,156); }
div.DivClassName
{
background-color: #B3639C;
}
.BgClassName
{
background-color: #B3639C;
}
</style>
border-color css
<style>
span { border-color: #B3639C; }
span { border-color: rgb(179,99,156); }
td.TdClassName
{
border-color: #B3639C;
}
.TagClassName
{
border-color: #B3639C;
}
</style>