Shades of Violet Blue #B649A4
Tints of Violet Blue #B649A4
RGB
CMYK
RGB Variations
Color information
#B649A4 (or 0xB649A4) is known color: Violet Blue. HEX triplet: B6, 49 and A4. RGB value is (182,73,164). Sum of RGB (Red+Green+Blue) = 182+73+164=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B649A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B649A4 is #49B65B. Grayscale: #737373. Windows color (decimal): -4830812 or 10766774. OLE color: 10766774.
HSL color Cylindrical-coordinate representation of color #B649A4: hue angle of 309.91º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B649A4 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 73 | 164 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.29 |
| HSL | 309.91º | 0.43% | 0.5% | - |
| HSV(B) | 309.91º | 0.6% | 0.71% | - |
| XYZ | 28.37 | 17.39 | 36.98 | - |
| YUV | 115.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 164 | 0 | 0.60 | 0.10 | 0.29 | 309.91 | 0.43 | 0.5 |
| Hex | B6 | 49 | A4 | 0 | 3C | A | 1D | 136 | 2B | 32 |
| Octal | 266 | 111 | 244 | 0 | 74 | 12 | 35 | 466 | 53 | 62 |
| Binary | 10110110 | 1001001 | 10100100 | 0 | 111100 | 1010 | 11101 | 100110110 | 101011 | 110010 |
Color Harmonies of #B649A4
Complementary color
Monochromatic Colors of #B649A4
Black with #B649A4
Text Example
Text Example
White with #B649A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B649A4; }
p { color: rgb(182,73,164); }
H1.HeaderClassName
{
color: #B649A4;
}
.AnyTagClassName
{
color: #B649A4;
}
</style>
background-color css
<style>
a { background-color: #B649A4; }
a { background-color: rgb(182,73,164); }
div.DivClassName
{
background-color: #B649A4;
}
.BgClassName
{
background-color: #B649A4;
}
</style>
border-color css
<style>
span { border-color: #B649A4; }
span { border-color: rgb(182,73,164); }
td.TdClassName
{
border-color: #B649A4;
}
.TagClassName
{
border-color: #B649A4;
}
</style>