Shades of Violet Blue #B666A3
Tints of Violet Blue #B666A3
RGB
CMYK
RGB Variations
Color information
#B666A3 (or 0xB666A3) is known color: Violet Blue. HEX triplet: B6, 66 and A3. RGB value is (182,102,163). Sum of RGB (Red+Green+Blue) = 182+102+163=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B666A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B666A3 is #49995C. Grayscale: #848484. Windows color (decimal): -4823389 or 10708662. OLE color: 10708662.
HSL color Cylindrical-coordinate representation of color #B666A3: hue angle of 314.25º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B666A3 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 102 | 163 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.29 |
| HSL | 314.25º | 0.35% | 0.56% | - |
| HSV(B) | 314.25º | 0.44% | 0.71% | - |
| XYZ | 30.65 | 22.09 | 37.3 | - |
| YUV | 132.87 | 145 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 102 | 163 | 0 | 0.44 | 0.10 | 0.29 | 314.25 | 0.35 | 0.56 |
| Hex | B6 | 66 | A3 | 0 | 2C | A | 1D | 13A | 23 | 38 |
| Octal | 266 | 146 | 243 | 0 | 54 | 12 | 35 | 472 | 43 | 70 |
| Binary | 10110110 | 1100110 | 10100011 | 0 | 101100 | 1010 | 11101 | 100111010 | 100011 | 111000 |
Color Harmonies of #B666A3
Complementary color
Monochromatic Colors of #B666A3
Black with #B666A3
Text Example
Text Example
White with #B666A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B666A3; }
p { color: rgb(182,102,163); }
H1.HeaderClassName
{
color: #B666A3;
}
.AnyTagClassName
{
color: #B666A3;
}
</style>
background-color css
<style>
a { background-color: #B666A3; }
a { background-color: rgb(182,102,163); }
div.DivClassName
{
background-color: #B666A3;
}
.BgClassName
{
background-color: #B666A3;
}
</style>
border-color css
<style>
span { border-color: #B666A3; }
span { border-color: rgb(182,102,163); }
td.TdClassName
{
border-color: #B666A3;
}
.TagClassName
{
border-color: #B666A3;
}
</style>