Shades of Wisteria #BF93DD
Tints of Wisteria #BF93DD
RGB
CMYK
RGB Variations
Color information
#BF93DD (or 0xBF93DD) is known color: Wisteria. HEX triplet: BF, 93 and DD. RGB value is (191,147,221). Sum of RGB (Red+Green+Blue) = 191+147+221=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF93DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93DD is #406C22. Grayscale: #A8A8A8. Windows color (decimal): -4221987 or 14521279. OLE color: 14521279.
HSL color Cylindrical-coordinate representation of color #BF93DD: hue angle of 275.68º 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 #BF93DD is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 147 | 221 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.13 |
| HSL | 275.68º | 0.52% | 0.72% | - |
| HSV(B) | 275.68º | 0.33% | 0.87% | - |
| XYZ | 44.97 | 37.16 | 73.21 | - |
| YUV | 168.59 | 157.58 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 221 | 0.14 | 0.33 | 0 | 0.13 | 275.68 | 0.52 | 0.72 |
| Hex | BF | 93 | DD | E | 21 | 0 | D | 114 | 34 | 48 |
| Octal | 277 | 223 | 335 | 16 | 41 | 0 | 15 | 424 | 64 | 110 |
| Binary | 10111111 | 10010011 | 11011101 | 1110 | 100001 | 0 | 1101 | 100010100 | 110100 | 1001000 |
Color Harmonies of #BF93DD
Complementary color
Monochromatic Colors of #BF93DD
Black with #BF93DD
Text Example
Text Example
White with #BF93DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF93DD; }
p { color: rgb(191,147,221); }
H1.HeaderClassName
{
color: #BF93DD;
}
.AnyTagClassName
{
color: #BF93DD;
}
</style>
background-color css
<style>
a { background-color: #BF93DD; }
a { background-color: rgb(191,147,221); }
div.DivClassName
{
background-color: #BF93DD;
}
.BgClassName
{
background-color: #BF93DD;
}
</style>
border-color css
<style>
span { border-color: #BF93DD; }
span { border-color: rgb(191,147,221); }
td.TdClassName
{
border-color: #BF93DD;
}
.TagClassName
{
border-color: #BF93DD;
}
</style>