Shades of Wisteria #BF80DB
Tints of Wisteria #BF80DB
RGB
CMYK
RGB Variations
Color information
#BF80DB (or 0xBF80DB) is known color: Wisteria. HEX triplet: BF, 80 and DB. RGB value is (191,128,219). Sum of RGB (Red+Green+Blue) = 191+128+219=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF80DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80DB is #407F24. Grayscale: #9C9C9C. Windows color (decimal): -4226853 or 14385343. OLE color: 14385343.
HSL color Cylindrical-coordinate representation of color #BF80DB: hue angle of 281.54º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF80DB is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 128 | 219 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.14 |
| HSL | 281.54º | 0.56% | 0.68% | - |
| HSV(B) | 281.54º | 0.42% | 0.86% | - |
| XYZ | 41.99 | 31.63 | 70.91 | - |
| YUV | 157.21 | 162.87 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 219 | 0.13 | 0.42 | 0 | 0.14 | 281.54 | 0.56 | 0.68 |
| Hex | BF | 80 | DB | D | 2A | 0 | E | 11A | 38 | 44 |
| Octal | 277 | 200 | 333 | 15 | 52 | 0 | 16 | 432 | 70 | 104 |
| Binary | 10111111 | 10000000 | 11011011 | 1101 | 101010 | 0 | 1110 | 100011010 | 111000 | 1000100 |
Color Harmonies of #BF80DB
Complementary color
Monochromatic Colors of #BF80DB
Black with #BF80DB
Text Example
Text Example
White with #BF80DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF80DB; }
p { color: rgb(191,128,219); }
H1.HeaderClassName
{
color: #BF80DB;
}
.AnyTagClassName
{
color: #BF80DB;
}
</style>
background-color css
<style>
a { background-color: #BF80DB; }
a { background-color: rgb(191,128,219); }
div.DivClassName
{
background-color: #BF80DB;
}
.BgClassName
{
background-color: #BF80DB;
}
</style>
border-color css
<style>
span { border-color: #BF80DB; }
span { border-color: rgb(191,128,219); }
td.TdClassName
{
border-color: #BF80DB;
}
.TagClassName
{
border-color: #BF80DB;
}
</style>