Shades of Violet Blue #B066A1
Tints of Violet Blue #B066A1
RGB
CMYK
RGB Variations
Color information
#B066A1 (or 0xB066A1) is known color: Violet Blue. HEX triplet: B0, 66 and A1. RGB value is (176,102,161). Sum of RGB (Red+Green+Blue) = 176+102+161=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B066A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B066A1 is #4F995E. Grayscale: #828282. Windows color (decimal): -5216607 or 10577584. OLE color: 10577584.
HSL color Cylindrical-coordinate representation of color #B066A1: hue angle of 312.16º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B066A1 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 161 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.31 |
| HSL | 312.16º | 0.32% | 0.55% | - |
| HSV(B) | 312.16º | 0.42% | 0.69% | - |
| XYZ | 29.09 | 21.31 | 36.3 | - |
| YUV | 130.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 161 | 0 | 0.42 | 0.09 | 0.31 | 312.16 | 0.32 | 0.55 |
| Hex | B0 | 66 | A1 | 0 | 2A | 9 | 1F | 138 | 20 | 37 |
| Octal | 260 | 146 | 241 | 0 | 52 | 11 | 37 | 470 | 40 | 67 |
| Binary | 10110000 | 1100110 | 10100001 | 0 | 101010 | 1001 | 11111 | 100111000 | 100000 | 110111 |
Color Harmonies of #B066A1
Complementary color
Monochromatic Colors of #B066A1
Black with #B066A1
Text Example
Text Example
White with #B066A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B066A1; }
p { color: rgb(176,102,161); }
H1.HeaderClassName
{
color: #B066A1;
}
.AnyTagClassName
{
color: #B066A1;
}
</style>
background-color css
<style>
a { background-color: #B066A1; }
a { background-color: rgb(176,102,161); }
div.DivClassName
{
background-color: #B066A1;
}
.BgClassName
{
background-color: #B066A1;
}
</style>
border-color css
<style>
span { border-color: #B066A1; }
span { border-color: rgb(176,102,161); }
td.TdClassName
{
border-color: #B066A1;
}
.TagClassName
{
border-color: #B066A1;
}
</style>