Shades of Wisteria #BB90DA
Tints of Wisteria #BB90DA
RGB
CMYK
RGB Variations
Color information
#BB90DA (or 0xBB90DA) is known color: Wisteria. HEX triplet: BB, 90 and DA. RGB value is (187,144,218). Sum of RGB (Red+Green+Blue) = 187+144+218=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB90DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90DA is #446F25. Grayscale: #A5A5A5. Windows color (decimal): -4484902 or 14323899. OLE color: 14323899.
HSL color Cylindrical-coordinate representation of color #BB90DA: hue angle of 274.86º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB90DA is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 144 | 218 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.15 |
| HSL | 274.86º | 0.5% | 0.71% | - |
| HSV(B) | 274.86º | 0.34% | 0.85% | - |
| XYZ | 43.12 | 35.57 | 70.92 | - |
| YUV | 165.29 | 157.75 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 218 | 0.14 | 0.34 | 0 | 0.15 | 274.86 | 0.5 | 0.71 |
| Hex | BB | 90 | DA | E | 22 | 0 | F | 113 | 32 | 47 |
| Octal | 273 | 220 | 332 | 16 | 42 | 0 | 17 | 423 | 62 | 107 |
| Binary | 10111011 | 10010000 | 11011010 | 1110 | 100010 | 0 | 1111 | 100010011 | 110010 | 1000111 |
Color Harmonies of #BB90DA
Complementary color
Monochromatic Colors of #BB90DA
Black with #BB90DA
Text Example
Text Example
White with #BB90DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB90DA; }
p { color: rgb(187,144,218); }
H1.HeaderClassName
{
color: #BB90DA;
}
.AnyTagClassName
{
color: #BB90DA;
}
</style>
background-color css
<style>
a { background-color: #BB90DA; }
a { background-color: rgb(187,144,218); }
div.DivClassName
{
background-color: #BB90DA;
}
.BgClassName
{
background-color: #BB90DA;
}
</style>
border-color css
<style>
span { border-color: #BB90DA; }
span { border-color: rgb(187,144,218); }
td.TdClassName
{
border-color: #BB90DA;
}
.TagClassName
{
border-color: #BB90DA;
}
</style>