Shades of Wisteria #BF91D4
Tints of Wisteria #BF91D4
RGB
CMYK
RGB Variations
Color information
#BF91D4 (or 0xBF91D4) is known color: Wisteria. HEX triplet: BF, 91 and D4. RGB value is (191,145,212). Sum of RGB (Red+Green+Blue) = 191+145+212=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF91D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91D4 is #406E2B. Grayscale: #A6A6A6. Windows color (decimal): -4222508 or 13930943. OLE color: 13930943.
HSL color Cylindrical-coordinate representation of color #BF91D4: hue angle of 281.19º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF91D4 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 145 | 212 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.17 |
| HSL | 281.19º | 0.44% | 0.7% | - |
| HSV(B) | 281.19º | 0.32% | 0.83% | - |
| XYZ | 43.49 | 36.08 | 66.96 | - |
| YUV | 166.39 | 153.74 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 212 | 0.10 | 0.32 | 0 | 0.17 | 281.19 | 0.44 | 0.7 |
| Hex | BF | 91 | D4 | A | 20 | 0 | 11 | 119 | 2C | 46 |
| Octal | 277 | 221 | 324 | 12 | 40 | 0 | 21 | 431 | 54 | 106 |
| Binary | 10111111 | 10010001 | 11010100 | 1010 | 100000 | 0 | 10001 | 100011001 | 101100 | 1000110 |
Color Harmonies of #BF91D4
Complementary color
Monochromatic Colors of #BF91D4
Black with #BF91D4
Text Example
Text Example
White with #BF91D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF91D4; }
p { color: rgb(191,145,212); }
H1.HeaderClassName
{
color: #BF91D4;
}
.AnyTagClassName
{
color: #BF91D4;
}
</style>
background-color css
<style>
a { background-color: #BF91D4; }
a { background-color: rgb(191,145,212); }
div.DivClassName
{
background-color: #BF91D4;
}
.BgClassName
{
background-color: #BF91D4;
}
</style>
border-color css
<style>
span { border-color: #BF91D4; }
span { border-color: rgb(191,145,212); }
td.TdClassName
{
border-color: #BF91D4;
}
.TagClassName
{
border-color: #BF91D4;
}
</style>