Shades of Wisteria #BB80DA
Tints of Wisteria #BB80DA
RGB
CMYK
RGB Variations
Color information
#BB80DA (or 0xBB80DA) is known color: Wisteria. HEX triplet: BB, 80 and DA. RGB value is (187,128,218). Sum of RGB (Red+Green+Blue) = 187+128+218=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB80DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80DA is #447F25. Grayscale: #9B9B9B. Windows color (decimal): -4488998 or 14319803. OLE color: 14319803.
HSL color Cylindrical-coordinate representation of color #BB80DA: hue angle of 279.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB80DA is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 128 | 218 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.15 |
| HSL | 279.33º | 0.55% | 0.68% | - |
| HSV(B) | 279.33º | 0.41% | 0.85% | - |
| XYZ | 40.87 | 31.07 | 70.17 | - |
| YUV | 155.9 | 163.05 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 218 | 0.14 | 0.41 | 0 | 0.15 | 279.33 | 0.55 | 0.68 |
| Hex | BB | 80 | DA | E | 29 | 0 | F | 117 | 37 | 44 |
| Octal | 273 | 200 | 332 | 16 | 51 | 0 | 17 | 427 | 67 | 104 |
| Binary | 10111011 | 10000000 | 11011010 | 1110 | 101001 | 0 | 1111 | 100010111 | 110111 | 1000100 |
Color Harmonies of #BB80DA
Complementary color
Monochromatic Colors of #BB80DA
Black with #BB80DA
Text Example
Text Example
White with #BB80DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB80DA; }
p { color: rgb(187,128,218); }
H1.HeaderClassName
{
color: #BB80DA;
}
.AnyTagClassName
{
color: #BB80DA;
}
</style>
background-color css
<style>
a { background-color: #BB80DA; }
a { background-color: rgb(187,128,218); }
div.DivClassName
{
background-color: #BB80DA;
}
.BgClassName
{
background-color: #BB80DA;
}
</style>
border-color css
<style>
span { border-color: #BB80DA; }
span { border-color: rgb(187,128,218); }
td.TdClassName
{
border-color: #BB80DA;
}
.TagClassName
{
border-color: #BB80DA;
}
</style>