Shades of Wisteria #BB7ADE
Tints of Wisteria #BB7ADE
RGB
CMYK
RGB Variations
Color information
#BB7ADE (or 0xBB7ADE) is known color: Wisteria. HEX triplet: BB, 7A and DE. RGB value is (187,122,222). Sum of RGB (Red+Green+Blue) = 187+122+222=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB7ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7ADE is #448521. Grayscale: #989898. Windows color (decimal): -4490530 or 14580411. OLE color: 14580411.
HSL color Cylindrical-coordinate representation of color #BB7ADE: hue angle of 279º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB7ADE is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 122 | 222 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.13 |
| HSL | 279º | 0.6% | 0.67% | - |
| HSV(B) | 279º | 0.45% | 0.87% | - |
| XYZ | 40.64 | 29.76 | 72.71 | - |
| YUV | 152.84 | 167.03 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 222 | 0.16 | 0.45 | 0 | 0.13 | 279 | 0.6 | 0.67 |
| Hex | BB | 7A | DE | 10 | 2D | 0 | D | 117 | 3C | 43 |
| Octal | 273 | 172 | 336 | 20 | 55 | 0 | 15 | 427 | 74 | 103 |
| Binary | 10111011 | 1111010 | 11011110 | 10000 | 101101 | 0 | 1101 | 100010111 | 111100 | 1000011 |
Color Harmonies of #BB7ADE
Complementary color
Monochromatic Colors of #BB7ADE
Black with #BB7ADE
Text Example
Text Example
White with #BB7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7ADE; }
p { color: rgb(187,122,222); }
H1.HeaderClassName
{
color: #BB7ADE;
}
.AnyTagClassName
{
color: #BB7ADE;
}
</style>
background-color css
<style>
a { background-color: #BB7ADE; }
a { background-color: rgb(187,122,222); }
div.DivClassName
{
background-color: #BB7ADE;
}
.BgClassName
{
background-color: #BB7ADE;
}
</style>
border-color css
<style>
span { border-color: #BB7ADE; }
span { border-color: rgb(187,122,222); }
td.TdClassName
{
border-color: #BB7ADE;
}
.TagClassName
{
border-color: #BB7ADE;
}
</style>