Shades of Violet Blue #B64EA4
Tints of Violet Blue #B64EA4
RGB
CMYK
RGB Variations
Color information
#B64EA4 (or 0xB64EA4) is known color: Violet Blue. HEX triplet: B6, 4E and A4. RGB value is (182,78,164). Sum of RGB (Red+Green+Blue) = 182+78+164=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 182 - color contains mainly: red. Hex color #B64EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64EA4 is #49B15B. Grayscale: #767676. Windows color (decimal): -4829532 or 10768054. OLE color: 10768054.
HSL color Cylindrical-coordinate representation of color #B64EA4: hue angle of 310.38º 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 #B64EA4 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 78 | 164 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.29 |
| HSL | 310.38º | 0.42% | 0.51% | - |
| HSV(B) | 310.38º | 0.57% | 0.71% | - |
| XYZ | 28.72 | 18.07 | 37.1 | - |
| YUV | 118.9 | 153.46 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 164 | 0 | 0.57 | 0.10 | 0.29 | 310.38 | 0.42 | 0.51 |
| Hex | B6 | 4E | A4 | 0 | 39 | A | 1D | 136 | 2A | 33 |
| Octal | 266 | 116 | 244 | 0 | 71 | 12 | 35 | 466 | 52 | 63 |
| Binary | 10110110 | 1001110 | 10100100 | 0 | 111001 | 1010 | 11101 | 100110110 | 101010 | 110011 |
Color Harmonies of #B64EA4
Complementary color
Monochromatic Colors of #B64EA4
Black with #B64EA4
Text Example
Text Example
White with #B64EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64EA4; }
p { color: rgb(182,78,164); }
H1.HeaderClassName
{
color: #B64EA4;
}
.AnyTagClassName
{
color: #B64EA4;
}
</style>
background-color css
<style>
a { background-color: #B64EA4; }
a { background-color: rgb(182,78,164); }
div.DivClassName
{
background-color: #B64EA4;
}
.BgClassName
{
background-color: #B64EA4;
}
</style>
border-color css
<style>
span { border-color: #B64EA4; }
span { border-color: rgb(182,78,164); }
td.TdClassName
{
border-color: #B64EA4;
}
.TagClassName
{
border-color: #B64EA4;
}
</style>