Shades of Wisteria #BF93DB
Tints of Wisteria #BF93DB
RGB
CMYK
RGB Variations
Color information
#BF93DB (or 0xBF93DB) is known color: Wisteria. HEX triplet: BF, 93 and DB. RGB value is (191,147,219). Sum of RGB (Red+Green+Blue) = 191+147+219=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF93DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93DB is #406C24. Grayscale: #A8A8A8. Windows color (decimal): -4221989 or 14390207. OLE color: 14390207.
HSL color Cylindrical-coordinate representation of color #BF93DB: hue angle of 276.67º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF93DB is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 147 | 219 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.14 |
| HSL | 276.67º | 0.5% | 0.72% | - |
| HSV(B) | 276.67º | 0.33% | 0.86% | - |
| XYZ | 44.71 | 37.06 | 71.81 | - |
| YUV | 168.36 | 156.58 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 219 | 0.13 | 0.33 | 0 | 0.14 | 276.67 | 0.5 | 0.72 |
| Hex | BF | 93 | DB | D | 21 | 0 | E | 115 | 32 | 48 |
| Octal | 277 | 223 | 333 | 15 | 41 | 0 | 16 | 425 | 62 | 110 |
| Binary | 10111111 | 10010011 | 11011011 | 1101 | 100001 | 0 | 1110 | 100010101 | 110010 | 1001000 |
Color Harmonies of #BF93DB
Complementary color
Monochromatic Colors of #BF93DB
Black with #BF93DB
Text Example
Text Example
White with #BF93DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF93DB; }
p { color: rgb(191,147,219); }
H1.HeaderClassName
{
color: #BF93DB;
}
.AnyTagClassName
{
color: #BF93DB;
}
</style>
background-color css
<style>
a { background-color: #BF93DB; }
a { background-color: rgb(191,147,219); }
div.DivClassName
{
background-color: #BF93DB;
}
.BgClassName
{
background-color: #BF93DB;
}
</style>
border-color css
<style>
span { border-color: #BF93DB; }
span { border-color: rgb(191,147,219); }
td.TdClassName
{
border-color: #BF93DB;
}
.TagClassName
{
border-color: #BF93DB;
}
</style>