Shades of Violet Blue #B66DB0
Tints of Violet Blue #B66DB0
RGB
CMYK
RGB Variations
Color information
#B66DB0 (or 0xB66DB0) is known color: Violet Blue. HEX triplet: B6, 6D and B0. RGB value is (182,109,176). Sum of RGB (Red+Green+Blue) = 182+109+176=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 182 - color contains mainly: red. Hex color #B66DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66DB0 is #49924F. Grayscale: #8A8A8A. Windows color (decimal): -4821584 or 11562422. OLE color: 11562422.
HSL color Cylindrical-coordinate representation of color #B66DB0: hue angle of 304.93º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B66DB0 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 109 | 176 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.29 |
| HSL | 304.93º | 0.33% | 0.57% | - |
| HSV(B) | 304.93º | 0.4% | 0.71% | - |
| XYZ | 32.6 | 24.02 | 43.99 | - |
| YUV | 138.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 109 | 176 | 0 | 0.40 | 0.03 | 0.29 | 304.93 | 0.33 | 0.57 |
| Hex | B6 | 6D | B0 | 0 | 28 | 3 | 1D | 131 | 21 | 39 |
| Octal | 266 | 155 | 260 | 0 | 50 | 3 | 35 | 461 | 41 | 71 |
| Binary | 10110110 | 1101101 | 10110000 | 0 | 101000 | 11 | 11101 | 100110001 | 100001 | 111001 |
Color Harmonies of #B66DB0
Complementary color
Monochromatic Colors of #B66DB0
Black with #B66DB0
Text Example
Text Example
White with #B66DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66DB0; }
p { color: rgb(182,109,176); }
H1.HeaderClassName
{
color: #B66DB0;
}
.AnyTagClassName
{
color: #B66DB0;
}
</style>
background-color css
<style>
a { background-color: #B66DB0; }
a { background-color: rgb(182,109,176); }
div.DivClassName
{
background-color: #B66DB0;
}
.BgClassName
{
background-color: #B66DB0;
}
</style>
border-color css
<style>
span { border-color: #B66DB0; }
span { border-color: rgb(182,109,176); }
td.TdClassName
{
border-color: #B66DB0;
}
.TagClassName
{
border-color: #B66DB0;
}
</style>