Shades of Wisteria #BF92DB
Tints of Wisteria #BF92DB
RGB
CMYK
RGB Variations
Color information
#BF92DB (or 0xBF92DB) is known color: Wisteria. HEX triplet: BF, 92 and DB. RGB value is (191,146,219). Sum of RGB (Red+Green+Blue) = 191+146+219=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF92DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF92DB is #406D24. Grayscale: #A7A7A7. Windows color (decimal): -4222245 or 14389951. OLE color: 14389951.
HSL color Cylindrical-coordinate representation of color #BF92DB: hue angle of 276.99º 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 #BF92DB is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 146 | 219 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.14 |
| HSL | 276.99º | 0.5% | 0.72% | - |
| HSV(B) | 276.99º | 0.33% | 0.86% | - |
| XYZ | 44.55 | 36.75 | 71.76 | - |
| YUV | 167.78 | 156.91 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 146 | 219 | 0.13 | 0.33 | 0 | 0.14 | 276.99 | 0.5 | 0.72 |
| Hex | BF | 92 | DB | D | 21 | 0 | E | 115 | 32 | 48 |
| Octal | 277 | 222 | 333 | 15 | 41 | 0 | 16 | 425 | 62 | 110 |
| Binary | 10111111 | 10010010 | 11011011 | 1101 | 100001 | 0 | 1110 | 100010101 | 110010 | 1001000 |
Color Harmonies of #BF92DB
Complementary color
Monochromatic Colors of #BF92DB
Black with #BF92DB
Text Example
Text Example
White with #BF92DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF92DB; }
p { color: rgb(191,146,219); }
H1.HeaderClassName
{
color: #BF92DB;
}
.AnyTagClassName
{
color: #BF92DB;
}
</style>
background-color css
<style>
a { background-color: #BF92DB; }
a { background-color: rgb(191,146,219); }
div.DivClassName
{
background-color: #BF92DB;
}
.BgClassName
{
background-color: #BF92DB;
}
</style>
border-color css
<style>
span { border-color: #BF92DB; }
span { border-color: rgb(191,146,219); }
td.TdClassName
{
border-color: #BF92DB;
}
.TagClassName
{
border-color: #BF92DB;
}
</style>