Shades of Violet Blue #B065A1
Tints of Violet Blue #B065A1
RGB
CMYK
RGB Variations
Color information
#B065A1 (or 0xB065A1) is known color: Violet Blue. HEX triplet: B0, 65 and A1. RGB value is (176,101,161). Sum of RGB (Red+Green+Blue) = 176+101+161=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B065A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B065A1 is #4F9A5E. Grayscale: #828282. Windows color (decimal): -5216863 or 10577328. OLE color: 10577328.
HSL color Cylindrical-coordinate representation of color #B065A1: hue angle of 312º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B065A1 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 101 | 161 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.31 |
| HSL | 312º | 0.32% | 0.54% | - |
| HSV(B) | 312º | 0.43% | 0.69% | - |
| XYZ | 28.99 | 21.11 | 36.26 | - |
| YUV | 130.27 | 145.35 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 161 | 0 | 0.43 | 0.09 | 0.31 | 312 | 0.32 | 0.54 |
| Hex | B0 | 65 | A1 | 0 | 2B | 9 | 1F | 138 | 20 | 36 |
| Octal | 260 | 145 | 241 | 0 | 53 | 11 | 37 | 470 | 40 | 66 |
| Binary | 10110000 | 1100101 | 10100001 | 0 | 101011 | 1001 | 11111 | 100111000 | 100000 | 110110 |
Color Harmonies of #B065A1
Complementary color
Monochromatic Colors of #B065A1
Black with #B065A1
Text Example
Text Example
White with #B065A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B065A1; }
p { color: rgb(176,101,161); }
H1.HeaderClassName
{
color: #B065A1;
}
.AnyTagClassName
{
color: #B065A1;
}
</style>
background-color css
<style>
a { background-color: #B065A1; }
a { background-color: rgb(176,101,161); }
div.DivClassName
{
background-color: #B065A1;
}
.BgClassName
{
background-color: #B065A1;
}
</style>
border-color css
<style>
span { border-color: #B065A1; }
span { border-color: rgb(176,101,161); }
td.TdClassName
{
border-color: #B065A1;
}
.TagClassName
{
border-color: #B065A1;
}
</style>