Shades of Wisteria #BB8ADD
Tints of Wisteria #BB8ADD
RGB
CMYK
RGB Variations
Color information
#BB8ADD (or 0xBB8ADD) is known color: Wisteria. HEX triplet: BB, 8A and DD. RGB value is (187,138,221). Sum of RGB (Red+Green+Blue) = 187+138+221=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB8ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ADD is #447522. Grayscale: #A1A1A1. Windows color (decimal): -4486435 or 14518971. OLE color: 14518971.
HSL color Cylindrical-coordinate representation of color #BB8ADD: hue angle of 275.42º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB8ADD is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 138 | 221 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.13 |
| HSL | 275.42º | 0.55% | 0.7% | - |
| HSV(B) | 275.42º | 0.38% | 0.87% | - |
| XYZ | 42.63 | 33.96 | 72.71 | - |
| YUV | 162.11 | 161.23 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 221 | 0.15 | 0.38 | 0 | 0.13 | 275.42 | 0.55 | 0.7 |
| Hex | BB | 8A | DD | F | 26 | 0 | D | 113 | 37 | 46 |
| Octal | 273 | 212 | 335 | 17 | 46 | 0 | 15 | 423 | 67 | 106 |
| Binary | 10111011 | 10001010 | 11011101 | 1111 | 100110 | 0 | 1101 | 100010011 | 110111 | 1000110 |
Color Harmonies of #BB8ADD
Complementary color
Monochromatic Colors of #BB8ADD
Black with #BB8ADD
Text Example
Text Example
White with #BB8ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8ADD; }
p { color: rgb(187,138,221); }
H1.HeaderClassName
{
color: #BB8ADD;
}
.AnyTagClassName
{
color: #BB8ADD;
}
</style>
background-color css
<style>
a { background-color: #BB8ADD; }
a { background-color: rgb(187,138,221); }
div.DivClassName
{
background-color: #BB8ADD;
}
.BgClassName
{
background-color: #BB8ADD;
}
</style>
border-color css
<style>
span { border-color: #BB8ADD; }
span { border-color: rgb(187,138,221); }
td.TdClassName
{
border-color: #BB8ADD;
}
.TagClassName
{
border-color: #BB8ADD;
}
</style>