Shades of Violet Blue #B64BA3
Tints of Violet Blue #B64BA3
RGB
CMYK
RGB Variations
Color information
#B64BA3 (or 0xB64BA3) is known color: Violet Blue. HEX triplet: B6, 4B and A3. RGB value is (182,75,163). Sum of RGB (Red+Green+Blue) = 182+75+163=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B64BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64BA3 is #49B45C. Grayscale: #747474. Windows color (decimal): -4830301 or 10701750. OLE color: 10701750.
HSL color Cylindrical-coordinate representation of color #B64BA3: hue angle of 310.65º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64BA3 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 75 | 163 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.29 |
| HSL | 310.65º | 0.42% | 0.5% | - |
| HSV(B) | 310.65º | 0.59% | 0.71% | - |
| XYZ | 28.42 | 17.62 | 36.55 | - |
| YUV | 117.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 75 | 163 | 0 | 0.59 | 0.10 | 0.29 | 310.65 | 0.42 | 0.5 |
| Hex | B6 | 4B | A3 | 0 | 3B | A | 1D | 137 | 2A | 32 |
| Octal | 266 | 113 | 243 | 0 | 73 | 12 | 35 | 467 | 52 | 62 |
| Binary | 10110110 | 1001011 | 10100011 | 0 | 111011 | 1010 | 11101 | 100110111 | 101010 | 110010 |
Color Harmonies of #B64BA3
Complementary color
Monochromatic Colors of #B64BA3
Black with #B64BA3
Text Example
Text Example
White with #B64BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64BA3; }
p { color: rgb(182,75,163); }
H1.HeaderClassName
{
color: #B64BA3;
}
.AnyTagClassName
{
color: #B64BA3;
}
</style>
background-color css
<style>
a { background-color: #B64BA3; }
a { background-color: rgb(182,75,163); }
div.DivClassName
{
background-color: #B64BA3;
}
.BgClassName
{
background-color: #B64BA3;
}
</style>
border-color css
<style>
span { border-color: #B64BA3; }
span { border-color: rgb(182,75,163); }
td.TdClassName
{
border-color: #B64BA3;
}
.TagClassName
{
border-color: #B64BA3;
}
</style>