Shades of Wisteria #BF80DA
Tints of Wisteria #BF80DA
RGB
CMYK
RGB Variations
Color information
#BF80DA (or 0xBF80DA) is known color: Wisteria. HEX triplet: BF, 80 and DA. RGB value is (191,128,218). Sum of RGB (Red+Green+Blue) = 191+128+218=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF80DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80DA is #407F25. Grayscale: #9C9C9C. Windows color (decimal): -4226854 or 14319807. OLE color: 14319807.
HSL color Cylindrical-coordinate representation of color #BF80DA: hue angle of 282º 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 #BF80DA is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 128 | 218 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.15 |
| HSL | 282º | 0.55% | 0.68% | - |
| HSV(B) | 282º | 0.41% | 0.85% | - |
| XYZ | 41.86 | 31.58 | 70.22 | - |
| YUV | 157.1 | 162.37 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 218 | 0.12 | 0.41 | 0 | 0.15 | 282 | 0.55 | 0.68 |
| Hex | BF | 80 | DA | C | 29 | 0 | F | 11A | 37 | 44 |
| Octal | 277 | 200 | 332 | 14 | 51 | 0 | 17 | 432 | 67 | 104 |
| Binary | 10111111 | 10000000 | 11011010 | 1100 | 101001 | 0 | 1111 | 100011010 | 110111 | 1000100 |
Color Harmonies of #BF80DA
Complementary color
Monochromatic Colors of #BF80DA
Black with #BF80DA
Text Example
Text Example
White with #BF80DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF80DA; }
p { color: rgb(191,128,218); }
H1.HeaderClassName
{
color: #BF80DA;
}
.AnyTagClassName
{
color: #BF80DA;
}
</style>
background-color css
<style>
a { background-color: #BF80DA; }
a { background-color: rgb(191,128,218); }
div.DivClassName
{
background-color: #BF80DA;
}
.BgClassName
{
background-color: #BF80DA;
}
</style>
border-color css
<style>
span { border-color: #BF80DA; }
span { border-color: rgb(191,128,218); }
td.TdClassName
{
border-color: #BF80DA;
}
.TagClassName
{
border-color: #BF80DA;
}
</style>