Shades of Violet Blue #B066A3
Tints of Violet Blue #B066A3
RGB
CMYK
RGB Variations
Color information
#B066A3 (or 0xB066A3) is known color: Violet Blue. HEX triplet: B0, 66 and A3. RGB value is (176,102,163). Sum of RGB (Red+Green+Blue) = 176+102+163=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B066A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B066A3 is #4F995C. Grayscale: #828282. Windows color (decimal): -5216605 or 10708656. OLE color: 10708656.
HSL color Cylindrical-coordinate representation of color #B066A3: hue angle of 310.54º 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 #B066A3 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 163 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.31 |
| HSL | 310.54º | 0.32% | 0.55% | - |
| HSV(B) | 310.54º | 0.42% | 0.69% | - |
| XYZ | 29.27 | 21.38 | 37.23 | - |
| YUV | 131.08 | 146.02 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 163 | 0 | 0.42 | 0.07 | 0.31 | 310.54 | 0.32 | 0.55 |
| Hex | B0 | 66 | A3 | 0 | 2A | 7 | 1F | 137 | 20 | 37 |
| Octal | 260 | 146 | 243 | 0 | 52 | 7 | 37 | 467 | 40 | 67 |
| Binary | 10110000 | 1100110 | 10100011 | 0 | 101010 | 111 | 11111 | 100110111 | 100000 | 110111 |
Color Harmonies of #B066A3
Complementary color
Monochromatic Colors of #B066A3
Black with #B066A3
Text Example
Text Example
White with #B066A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B066A3; }
p { color: rgb(176,102,163); }
H1.HeaderClassName
{
color: #B066A3;
}
.AnyTagClassName
{
color: #B066A3;
}
</style>
background-color css
<style>
a { background-color: #B066A3; }
a { background-color: rgb(176,102,163); }
div.DivClassName
{
background-color: #B066A3;
}
.BgClassName
{
background-color: #B066A3;
}
</style>
border-color css
<style>
span { border-color: #B066A3; }
span { border-color: rgb(176,102,163); }
td.TdClassName
{
border-color: #B066A3;
}
.TagClassName
{
border-color: #B066A3;
}
</style>