Shades of Wisteria #BF81DD
Tints of Wisteria #BF81DD
RGB
CMYK
RGB Variations
Color information
#BF81DD (or 0xBF81DD) is known color: Wisteria. HEX triplet: BF, 81 and DD. RGB value is (191,129,221). Sum of RGB (Red+Green+Blue) = 191+129+221=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF81DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF81DD is #407E22. Grayscale: #9D9D9D. Windows color (decimal): -4226595 or 14516671. OLE color: 14516671.
HSL color Cylindrical-coordinate representation of color #BF81DD: hue angle of 280.43º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF81DD is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 129 | 221 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.13 |
| HSL | 280.43º | 0.58% | 0.69% | - |
| HSV(B) | 280.43º | 0.42% | 0.87% | - |
| XYZ | 42.39 | 32 | 72.35 | - |
| YUV | 158.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 129 | 221 | 0.14 | 0.42 | 0 | 0.13 | 280.43 | 0.58 | 0.69 |
| Hex | BF | 81 | DD | E | 2A | 0 | D | 118 | 3A | 45 |
| Octal | 277 | 201 | 335 | 16 | 52 | 0 | 15 | 430 | 72 | 105 |
| Binary | 10111111 | 10000001 | 11011101 | 1110 | 101010 | 0 | 1101 | 100011000 | 111010 | 1000101 |
Color Harmonies of #BF81DD
Complementary color
Monochromatic Colors of #BF81DD
Black with #BF81DD
Text Example
Text Example
White with #BF81DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF81DD; }
p { color: rgb(191,129,221); }
H1.HeaderClassName
{
color: #BF81DD;
}
.AnyTagClassName
{
color: #BF81DD;
}
</style>
background-color css
<style>
a { background-color: #BF81DD; }
a { background-color: rgb(191,129,221); }
div.DivClassName
{
background-color: #BF81DD;
}
.BgClassName
{
background-color: #BF81DD;
}
</style>
border-color css
<style>
span { border-color: #BF81DD; }
span { border-color: rgb(191,129,221); }
td.TdClassName
{
border-color: #BF81DD;
}
.TagClassName
{
border-color: #BF81DD;
}
</style>