Shades of Violet Blue #B3649E
Tints of Violet Blue #B3649E
RGB
CMYK
RGB Variations
Color information
#B3649E (or 0xB3649E) is known color: Violet Blue. HEX triplet: B3, 64 and 9E. RGB value is (179,100,158). Sum of RGB (Red+Green+Blue) = 179+100+158=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B3649E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3649E is #4C9B61. Grayscale: #828282. Windows color (decimal): -5020514 or 10380467. OLE color: 10380467.
HSL color Cylindrical-coordinate representation of color #B3649E: hue angle of 315.95º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B3649E is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 100 | 158 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.30 |
| HSL | 315.95º | 0.34% | 0.55% | - |
| HSV(B) | 315.95º | 0.44% | 0.7% | - |
| XYZ | 29.32 | 21.17 | 34.89 | - |
| YUV | 130.23 | 143.67 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 100 | 158 | 0 | 0.44 | 0.12 | 0.30 | 315.95 | 0.34 | 0.55 |
| Hex | B3 | 64 | 9E | 0 | 2C | C | 1E | 13C | 22 | 37 |
| Octal | 263 | 144 | 236 | 0 | 54 | 14 | 36 | 474 | 42 | 67 |
| Binary | 10110011 | 1100100 | 10011110 | 0 | 101100 | 1100 | 11110 | 100111100 | 100010 | 110111 |
Color Harmonies of #B3649E
Complementary color
Monochromatic Colors of #B3649E
Black with #B3649E
Text Example
Text Example
White with #B3649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3649E; }
p { color: rgb(179,100,158); }
H1.HeaderClassName
{
color: #B3649E;
}
.AnyTagClassName
{
color: #B3649E;
}
</style>
background-color css
<style>
a { background-color: #B3649E; }
a { background-color: rgb(179,100,158); }
div.DivClassName
{
background-color: #B3649E;
}
.BgClassName
{
background-color: #B3649E;
}
</style>
border-color css
<style>
span { border-color: #B3649E; }
span { border-color: rgb(179,100,158); }
td.TdClassName
{
border-color: #B3649E;
}
.TagClassName
{
border-color: #B3649E;
}
</style>