Shades of Wisteria #BF94DD
Tints of Wisteria #BF94DD
RGB
CMYK
RGB Variations
Color information
#BF94DD (or 0xBF94DD) is known color: Wisteria. HEX triplet: BF, 94 and DD. RGB value is (191,148,221). Sum of RGB (Red+Green+Blue) = 191+148+221=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF94DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF94DD is #406B22. Grayscale: #A8A8A8. Windows color (decimal): -4221731 or 14521535. OLE color: 14521535.
HSL color Cylindrical-coordinate representation of color #BF94DD: hue angle of 275.34º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF94DD is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 148 | 221 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.13 |
| HSL | 275.34º | 0.52% | 0.72% | - |
| HSV(B) | 275.34º | 0.33% | 0.87% | - |
| XYZ | 45.13 | 37.48 | 73.26 | - |
| YUV | 169.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 148 | 221 | 0.14 | 0.33 | 0 | 0.13 | 275.34 | 0.52 | 0.72 |
| Hex | BF | 94 | DD | E | 21 | 0 | D | 113 | 34 | 48 |
| Octal | 277 | 224 | 335 | 16 | 41 | 0 | 15 | 423 | 64 | 110 |
| Binary | 10111111 | 10010100 | 11011101 | 1110 | 100001 | 0 | 1101 | 100010011 | 110100 | 1001000 |
Color Harmonies of #BF94DD
Complementary color
Monochromatic Colors of #BF94DD
Black with #BF94DD
Text Example
Text Example
White with #BF94DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF94DD; }
p { color: rgb(191,148,221); }
H1.HeaderClassName
{
color: #BF94DD;
}
.AnyTagClassName
{
color: #BF94DD;
}
</style>
background-color css
<style>
a { background-color: #BF94DD; }
a { background-color: rgb(191,148,221); }
div.DivClassName
{
background-color: #BF94DD;
}
.BgClassName
{
background-color: #BF94DD;
}
</style>
border-color css
<style>
span { border-color: #BF94DD; }
span { border-color: rgb(191,148,221); }
td.TdClassName
{
border-color: #BF94DD;
}
.TagClassName
{
border-color: #BF94DD;
}
</style>