Shades of Violet Blue #B66BA7
Tints of Violet Blue #B66BA7
RGB
CMYK
RGB Variations
Color information
#B66BA7 (or 0xB66BA7) is known color: Violet Blue. HEX triplet: B6, 6B and A7. RGB value is (182,107,167). Sum of RGB (Red+Green+Blue) = 182+107+167=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 107 (42.19% from 255 or 23.46% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B66BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66BA7 is #499458. Grayscale: #888888. Windows color (decimal): -4822105 or 10972086. OLE color: 10972086.
HSL color Cylindrical-coordinate representation of color #B66BA7: hue angle of 312º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B66BA7 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 107 | 167 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.29 |
| HSL | 312º | 0.34% | 0.57% | - |
| HSV(B) | 312º | 0.41% | 0.71% | - |
| XYZ | 31.52 | 23.25 | 39.39 | - |
| YUV | 136.27 | 145.35 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 107 | 167 | 0 | 0.41 | 0.08 | 0.29 | 312 | 0.34 | 0.57 |
| Hex | B6 | 6B | A7 | 0 | 29 | 8 | 1D | 138 | 22 | 39 |
| Octal | 266 | 153 | 247 | 0 | 51 | 10 | 35 | 470 | 42 | 71 |
| Binary | 10110110 | 1101011 | 10100111 | 0 | 101001 | 1000 | 11101 | 100111000 | 100010 | 111001 |
Color Harmonies of #B66BA7
Complementary color
Monochromatic Colors of #B66BA7
Black with #B66BA7
Text Example
Text Example
White with #B66BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66BA7; }
p { color: rgb(182,107,167); }
H1.HeaderClassName
{
color: #B66BA7;
}
.AnyTagClassName
{
color: #B66BA7;
}
</style>
background-color css
<style>
a { background-color: #B66BA7; }
a { background-color: rgb(182,107,167); }
div.DivClassName
{
background-color: #B66BA7;
}
.BgClassName
{
background-color: #B66BA7;
}
</style>
border-color css
<style>
span { border-color: #B66BA7; }
span { border-color: rgb(182,107,167); }
td.TdClassName
{
border-color: #B66BA7;
}
.TagClassName
{
border-color: #B66BA7;
}
</style>