Shades of Violet Blue #B2649F
Tints of Violet Blue #B2649F
RGB
CMYK
RGB Variations
Color information
#B2649F (or 0xB2649F) is known color: Violet Blue. HEX triplet: B2, 64 and 9F. RGB value is (178,100,159). Sum of RGB (Red+Green+Blue) = 178+100+159=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B2649F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2649F is #4D9B60. Grayscale: #818181. Windows color (decimal): -5086049 or 10446002. OLE color: 10446002.
HSL color Cylindrical-coordinate representation of color #B2649F: hue angle of 314.62º 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 #B2649F is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 159 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.30 |
| HSL | 314.62º | 0.34% | 0.55% | - |
| HSV(B) | 314.62º | 0.44% | 0.7% | - |
| XYZ | 29.18 | 21.08 | 35.33 | - |
| YUV | 130.05 | 144.34 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 159 | 0 | 0.44 | 0.11 | 0.30 | 314.62 | 0.34 | 0.55 |
| Hex | B2 | 64 | 9F | 0 | 2C | B | 1E | 13B | 22 | 37 |
| Octal | 262 | 144 | 237 | 0 | 54 | 13 | 36 | 473 | 42 | 67 |
| Binary | 10110010 | 1100100 | 10011111 | 0 | 101100 | 1011 | 11110 | 100111011 | 100010 | 110111 |
Color Harmonies of #B2649F
Complementary color
Monochromatic Colors of #B2649F
Black with #B2649F
Text Example
Text Example
White with #B2649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2649F; }
p { color: rgb(178,100,159); }
H1.HeaderClassName
{
color: #B2649F;
}
.AnyTagClassName
{
color: #B2649F;
}
</style>
background-color css
<style>
a { background-color: #B2649F; }
a { background-color: rgb(178,100,159); }
div.DivClassName
{
background-color: #B2649F;
}
.BgClassName
{
background-color: #B2649F;
}
</style>
border-color css
<style>
span { border-color: #B2649F; }
span { border-color: rgb(178,100,159); }
td.TdClassName
{
border-color: #B2649F;
}
.TagClassName
{
border-color: #B2649F;
}
</style>