Shades of Wisteria #BB8AEE
Tints of Wisteria #BB8AEE
RGB
CMYK
RGB Variations
Color information
#BB8AEE (or 0xBB8AEE) is known color: Wisteria. HEX triplet: BB, 8A and EE. RGB value is (187,138,238). Sum of RGB (Red+Green+Blue) = 187+138+238=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB8AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8AEE is #447511. Grayscale: #A3A3A3. Windows color (decimal): -4486418 or 15633083. OLE color: 15633083.
HSL color Cylindrical-coordinate representation of color #BB8AEE: hue angle of 269.4º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB8AEE is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 138 | 238 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.07 |
| HSL | 269.4º | 0.75% | 0.74% | - |
| HSV(B) | 269.4º | 0.42% | 0.93% | - |
| XYZ | 45.01 | 34.91 | 85.26 | - |
| YUV | 164.05 | 169.73 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 238 | 0.21 | 0.42 | 0 | 0.07 | 269.4 | 0.75 | 0.74 |
| Hex | BB | 8A | EE | 15 | 2A | 0 | 7 | 10D | 4B | 4A |
| Octal | 273 | 212 | 356 | 25 | 52 | 0 | 7 | 415 | 113 | 112 |
| Binary | 10111011 | 10001010 | 11101110 | 10101 | 101010 | 0 | 111 | 100001101 | 1001011 | 1001010 |
Color Harmonies of #BB8AEE
Complementary color
Monochromatic Colors of #BB8AEE
Black with #BB8AEE
Text Example
Text Example
White with #BB8AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8AEE; }
p { color: rgb(187,138,238); }
H1.HeaderClassName
{
color: #BB8AEE;
}
.AnyTagClassName
{
color: #BB8AEE;
}
</style>
background-color css
<style>
a { background-color: #BB8AEE; }
a { background-color: rgb(187,138,238); }
div.DivClassName
{
background-color: #BB8AEE;
}
.BgClassName
{
background-color: #BB8AEE;
}
</style>
border-color css
<style>
span { border-color: #BB8AEE; }
span { border-color: rgb(187,138,238); }
td.TdClassName
{
border-color: #BB8AEE;
}
.TagClassName
{
border-color: #BB8AEE;
}
</style>