Shades of Wisteria #BF90DD
Tints of Wisteria #BF90DD
RGB
CMYK
RGB Variations
Color information
#BF90DD (or 0xBF90DD) is known color: Wisteria. HEX triplet: BF, 90 and DD. RGB value is (191,144,221). Sum of RGB (Red+Green+Blue) = 191+144+221=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF90DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90DD is #406F22. Grayscale: #A6A6A6. Windows color (decimal): -4222755 or 14520511. OLE color: 14520511.
HSL color Cylindrical-coordinate representation of color #BF90DD: hue angle of 276.62º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF90DD is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 144 | 221 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.13 |
| HSL | 276.62º | 0.53% | 0.72% | - |
| HSV(B) | 276.62º | 0.35% | 0.87% | - |
| XYZ | 44.51 | 36.24 | 73.06 | - |
| YUV | 166.83 | 158.57 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 221 | 0.14 | 0.35 | 0 | 0.13 | 276.62 | 0.53 | 0.72 |
| Hex | BF | 90 | DD | E | 23 | 0 | D | 115 | 35 | 48 |
| Octal | 277 | 220 | 335 | 16 | 43 | 0 | 15 | 425 | 65 | 110 |
| Binary | 10111111 | 10010000 | 11011101 | 1110 | 100011 | 0 | 1101 | 100010101 | 110101 | 1001000 |
Color Harmonies of #BF90DD
Complementary color
Monochromatic Colors of #BF90DD
Black with #BF90DD
Text Example
Text Example
White with #BF90DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF90DD; }
p { color: rgb(191,144,221); }
H1.HeaderClassName
{
color: #BF90DD;
}
.AnyTagClassName
{
color: #BF90DD;
}
</style>
background-color css
<style>
a { background-color: #BF90DD; }
a { background-color: rgb(191,144,221); }
div.DivClassName
{
background-color: #BF90DD;
}
.BgClassName
{
background-color: #BF90DD;
}
</style>
border-color css
<style>
span { border-color: #BF90DD; }
span { border-color: rgb(191,144,221); }
td.TdClassName
{
border-color: #BF90DD;
}
.TagClassName
{
border-color: #BF90DD;
}
</style>