Shades of Violet Blue #B65BA0
Tints of Violet Blue #B65BA0
RGB
CMYK
RGB Variations
Color information
#B65BA0 (or 0xB65BA0) is known color: Violet Blue. HEX triplet: B6, 5B and A0. RGB value is (182,91,160). Sum of RGB (Red+Green+Blue) = 182+91+160=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B65BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65BA0 is #49A45F. Grayscale: #7D7D7D. Windows color (decimal): -4826208 or 10509238. OLE color: 10509238.
HSL color Cylindrical-coordinate representation of color #B65BA0: hue angle of 314.51º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B65BA0 is Cyan = 0, Magento = 0.5, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 91 | 160 | - |
| CMYK | 0 | 0.5 | 0.12 | 0.29 |
| HSL | 314.51º | 0.38% | 0.54% | - |
| HSV(B) | 314.51º | 0.5% | 0.71% | - |
| XYZ | 29.38 | 19.97 | 35.56 | - |
| YUV | 126.08 | 147.15 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 91 | 160 | 0 | 0.5 | 0.12 | 0.29 | 314.51 | 0.38 | 0.54 |
| Hex | B6 | 5B | A0 | 0 | 32 | C | 1D | 13B | 26 | 36 |
| Octal | 266 | 133 | 240 | 0 | 62 | 14 | 35 | 473 | 46 | 66 |
| Binary | 10110110 | 1011011 | 10100000 | 0 | 110010 | 1100 | 11101 | 100111011 | 100110 | 110110 |
Color Harmonies of #B65BA0
Complementary color
Monochromatic Colors of #B65BA0
Black with #B65BA0
Text Example
Text Example
White with #B65BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65BA0; }
p { color: rgb(182,91,160); }
H1.HeaderClassName
{
color: #B65BA0;
}
.AnyTagClassName
{
color: #B65BA0;
}
</style>
background-color css
<style>
a { background-color: #B65BA0; }
a { background-color: rgb(182,91,160); }
div.DivClassName
{
background-color: #B65BA0;
}
.BgClassName
{
background-color: #B65BA0;
}
</style>
border-color css
<style>
span { border-color: #B65BA0; }
span { border-color: rgb(182,91,160); }
td.TdClassName
{
border-color: #B65BA0;
}
.TagClassName
{
border-color: #B65BA0;
}
</style>