Shades of Violet Blue #B066A2
Tints of Violet Blue #B066A2
RGB
CMYK
RGB Variations
Color information
#B066A2 (or 0xB066A2) is known color: Violet Blue. HEX triplet: B0, 66 and A2. RGB value is (176,102,162). Sum of RGB (Red+Green+Blue) = 176+102+162=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B066A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B066A2 is #4F995D. Grayscale: #828282. Windows color (decimal): -5216606 or 10643120. OLE color: 10643120.
HSL color Cylindrical-coordinate representation of color #B066A2: hue angle of 311.35º 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 #B066A2 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 162 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.31 |
| HSL | 311.35º | 0.32% | 0.55% | - |
| HSV(B) | 311.35º | 0.42% | 0.69% | - |
| XYZ | 29.18 | 21.34 | 36.76 | - |
| YUV | 130.97 | 145.52 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 162 | 0 | 0.42 | 0.08 | 0.31 | 311.35 | 0.32 | 0.55 |
| Hex | B0 | 66 | A2 | 0 | 2A | 8 | 1F | 137 | 20 | 37 |
| Octal | 260 | 146 | 242 | 0 | 52 | 10 | 37 | 467 | 40 | 67 |
| Binary | 10110000 | 1100110 | 10100010 | 0 | 101010 | 1000 | 11111 | 100110111 | 100000 | 110111 |
Color Harmonies of #B066A2
Complementary color
Monochromatic Colors of #B066A2
Black with #B066A2
Text Example
Text Example
White with #B066A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B066A2; }
p { color: rgb(176,102,162); }
H1.HeaderClassName
{
color: #B066A2;
}
.AnyTagClassName
{
color: #B066A2;
}
</style>
background-color css
<style>
a { background-color: #B066A2; }
a { background-color: rgb(176,102,162); }
div.DivClassName
{
background-color: #B066A2;
}
.BgClassName
{
background-color: #B066A2;
}
</style>
border-color css
<style>
span { border-color: #B066A2; }
span { border-color: rgb(176,102,162); }
td.TdClassName
{
border-color: #B066A2;
}
.TagClassName
{
border-color: #B066A2;
}
</style>