Shades of Violet Blue #B64EA3
Tints of Violet Blue #B64EA3
RGB
CMYK
RGB Variations
Color information
#B64EA3 (or 0xB64EA3) is known color: Violet Blue. HEX triplet: B6, 4E and A3. RGB value is (182,78,163). Sum of RGB (Red+Green+Blue) = 182+78+163=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B64EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64EA3 is #49B15C. Grayscale: #767676. Windows color (decimal): -4829533 or 10702518. OLE color: 10702518.
HSL color Cylindrical-coordinate representation of color #B64EA3: hue angle of 310.96º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B64EA3 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 78 | 163 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.29 |
| HSL | 310.96º | 0.42% | 0.51% | - |
| HSV(B) | 310.96º | 0.57% | 0.71% | - |
| XYZ | 28.63 | 18.04 | 36.62 | - |
| YUV | 118.79 | 152.96 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 163 | 0 | 0.57 | 0.10 | 0.29 | 310.96 | 0.42 | 0.51 |
| Hex | B6 | 4E | A3 | 0 | 39 | A | 1D | 137 | 2A | 33 |
| Octal | 266 | 116 | 243 | 0 | 71 | 12 | 35 | 467 | 52 | 63 |
| Binary | 10110110 | 1001110 | 10100011 | 0 | 111001 | 1010 | 11101 | 100110111 | 101010 | 110011 |
Color Harmonies of #B64EA3
Complementary color
Monochromatic Colors of #B64EA3
Black with #B64EA3
Text Example
Text Example
White with #B64EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64EA3; }
p { color: rgb(182,78,163); }
H1.HeaderClassName
{
color: #B64EA3;
}
.AnyTagClassName
{
color: #B64EA3;
}
</style>
background-color css
<style>
a { background-color: #B64EA3; }
a { background-color: rgb(182,78,163); }
div.DivClassName
{
background-color: #B64EA3;
}
.BgClassName
{
background-color: #B64EA3;
}
</style>
border-color css
<style>
span { border-color: #B64EA3; }
span { border-color: rgb(182,78,163); }
td.TdClassName
{
border-color: #B64EA3;
}
.TagClassName
{
border-color: #B64EA3;
}
</style>