Shades of Wisteria #BB8ADE
Tints of Wisteria #BB8ADE
RGB
CMYK
RGB Variations
Color information
#BB8ADE (or 0xBB8ADE) is known color: Wisteria. HEX triplet: BB, 8A and DE. RGB value is (187,138,222). Sum of RGB (Red+Green+Blue) = 187+138+222=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB8ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ADE is #447521. Grayscale: #A1A1A1. Windows color (decimal): -4486434 or 14584507. OLE color: 14584507.
HSL color Cylindrical-coordinate representation of color #BB8ADE: hue angle of 275º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB8ADE is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 138 | 222 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.13 |
| HSL | 275º | 0.56% | 0.71% | - |
| HSV(B) | 275º | 0.38% | 0.87% | - |
| XYZ | 42.77 | 34.02 | 73.42 | - |
| YUV | 162.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 222 | 0.16 | 0.38 | 0 | 0.13 | 275 | 0.56 | 0.71 |
| Hex | BB | 8A | DE | 10 | 26 | 0 | D | 113 | 38 | 47 |
| Octal | 273 | 212 | 336 | 20 | 46 | 0 | 15 | 423 | 70 | 107 |
| Binary | 10111011 | 10001010 | 11011110 | 10000 | 100110 | 0 | 1101 | 100010011 | 111000 | 1000111 |
Color Harmonies of #BB8ADE
Complementary color
Monochromatic Colors of #BB8ADE
Black with #BB8ADE
Text Example
Text Example
White with #BB8ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8ADE; }
p { color: rgb(187,138,222); }
H1.HeaderClassName
{
color: #BB8ADE;
}
.AnyTagClassName
{
color: #BB8ADE;
}
</style>
background-color css
<style>
a { background-color: #BB8ADE; }
a { background-color: rgb(187,138,222); }
div.DivClassName
{
background-color: #BB8ADE;
}
.BgClassName
{
background-color: #BB8ADE;
}
</style>
border-color css
<style>
span { border-color: #BB8ADE; }
span { border-color: rgb(187,138,222); }
td.TdClassName
{
border-color: #BB8ADE;
}
.TagClassName
{
border-color: #BB8ADE;
}
</style>