Shades of Violet Blue #B065AC
Tints of Violet Blue #B065AC
RGB
CMYK
RGB Variations
Color information
#B065AC (or 0xB065AC) is known color: Violet Blue. HEX triplet: B0, 65 and AC. RGB value is (176,101,172). Sum of RGB (Red+Green+Blue) = 176+101+172=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B065AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B065AC is #4F9A53. Grayscale: #838383. Windows color (decimal): -5216852 or 11298224. OLE color: 11298224.
HSL color Cylindrical-coordinate representation of color #B065AC: hue angle of 303.2º 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 #B065AC is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 101 | 172 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.31 |
| HSL | 303.2º | 0.32% | 0.54% | - |
| HSV(B) | 303.2º | 0.43% | 0.69% | - |
| XYZ | 30 | 21.52 | 41.6 | - |
| YUV | 131.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 172 | 0 | 0.43 | 0.02 | 0.31 | 303.2 | 0.32 | 0.54 |
| Hex | B0 | 65 | AC | 0 | 2B | 2 | 1F | 12F | 20 | 36 |
| Octal | 260 | 145 | 254 | 0 | 53 | 2 | 37 | 457 | 40 | 66 |
| Binary | 10110000 | 1100101 | 10101100 | 0 | 101011 | 10 | 11111 | 100101111 | 100000 | 110110 |
Color Harmonies of #B065AC
Complementary color
Monochromatic Colors of #B065AC
Black with #B065AC
Text Example
Text Example
White with #B065AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B065AC; }
p { color: rgb(176,101,172); }
H1.HeaderClassName
{
color: #B065AC;
}
.AnyTagClassName
{
color: #B065AC;
}
</style>
background-color css
<style>
a { background-color: #B065AC; }
a { background-color: rgb(176,101,172); }
div.DivClassName
{
background-color: #B065AC;
}
.BgClassName
{
background-color: #B065AC;
}
</style>
border-color css
<style>
span { border-color: #B065AC; }
span { border-color: rgb(176,101,172); }
td.TdClassName
{
border-color: #B065AC;
}
.TagClassName
{
border-color: #B065AC;
}
</style>