Shades of Violet Blue #B64CA2
Tints of Violet Blue #B64CA2
RGB
CMYK
RGB Variations
Color information
#B64CA2 (or 0xB64CA2) is known color: Violet Blue. HEX triplet: B6, 4C and A2. RGB value is (182,76,162). Sum of RGB (Red+Green+Blue) = 182+76+162=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B64CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64CA2 is #49B35D. Grayscale: #757575. Windows color (decimal): -4830046 or 10636470. OLE color: 10636470.
HSL color Cylindrical-coordinate representation of color #B64CA2: hue angle of 311.32º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64CA2 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 76 | 162 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.29 |
| HSL | 311.32º | 0.42% | 0.51% | - |
| HSV(B) | 311.32º | 0.58% | 0.71% | - |
| XYZ | 28.4 | 17.72 | 36.11 | - |
| YUV | 117.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 162 | 0 | 0.58 | 0.11 | 0.29 | 311.32 | 0.42 | 0.51 |
| Hex | B6 | 4C | A2 | 0 | 3A | B | 1D | 137 | 2A | 33 |
| Octal | 266 | 114 | 242 | 0 | 72 | 13 | 35 | 467 | 52 | 63 |
| Binary | 10110110 | 1001100 | 10100010 | 0 | 111010 | 1011 | 11101 | 100110111 | 101010 | 110011 |
Color Harmonies of #B64CA2
Complementary color
Monochromatic Colors of #B64CA2
Black with #B64CA2
Text Example
Text Example
White with #B64CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64CA2; }
p { color: rgb(182,76,162); }
H1.HeaderClassName
{
color: #B64CA2;
}
.AnyTagClassName
{
color: #B64CA2;
}
</style>
background-color css
<style>
a { background-color: #B64CA2; }
a { background-color: rgb(182,76,162); }
div.DivClassName
{
background-color: #B64CA2;
}
.BgClassName
{
background-color: #B64CA2;
}
</style>
border-color css
<style>
span { border-color: #B64CA2; }
span { border-color: rgb(182,76,162); }
td.TdClassName
{
border-color: #B64CA2;
}
.TagClassName
{
border-color: #B64CA2;
}
</style>