Shades of Violet Blue #B065AB
Tints of Violet Blue #B065AB
RGB
CMYK
RGB Variations
Color information
#B065AB (or 0xB065AB) is known color: Violet Blue. HEX triplet: B0, 65 and AB. RGB value is (176,101,171). Sum of RGB (Red+Green+Blue) = 176+101+171=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B065AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B065AB is #4F9A54. Grayscale: #838383. Windows color (decimal): -5216853 or 11232688. OLE color: 11232688.
HSL color Cylindrical-coordinate representation of color #B065AB: hue angle of 304º 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 #B065AB is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 101 | 171 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.31 |
| HSL | 304º | 0.32% | 0.54% | - |
| HSV(B) | 304º | 0.43% | 0.69% | - |
| XYZ | 29.91 | 21.48 | 41.1 | - |
| YUV | 131.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 171 | 0 | 0.43 | 0.03 | 0.31 | 304 | 0.32 | 0.54 |
| Hex | B0 | 65 | AB | 0 | 2B | 3 | 1F | 130 | 20 | 36 |
| Octal | 260 | 145 | 253 | 0 | 53 | 3 | 37 | 460 | 40 | 66 |
| Binary | 10110000 | 1100101 | 10101011 | 0 | 101011 | 11 | 11111 | 100110000 | 100000 | 110110 |
Color Harmonies of #B065AB
Complementary color
Monochromatic Colors of #B065AB
Black with #B065AB
Text Example
Text Example
White with #B065AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B065AB; }
p { color: rgb(176,101,171); }
H1.HeaderClassName
{
color: #B065AB;
}
.AnyTagClassName
{
color: #B065AB;
}
</style>
background-color css
<style>
a { background-color: #B065AB; }
a { background-color: rgb(176,101,171); }
div.DivClassName
{
background-color: #B065AB;
}
.BgClassName
{
background-color: #B065AB;
}
</style>
border-color css
<style>
span { border-color: #B065AB; }
span { border-color: rgb(176,101,171); }
td.TdClassName
{
border-color: #B065AB;
}
.TagClassName
{
border-color: #B065AB;
}
</style>