Shades of Wisteria #BF91D2
Tints of Wisteria #BF91D2
RGB
CMYK
RGB Variations
Color information
#BF91D2 (or 0xBF91D2) is known color: Wisteria. HEX triplet: BF, 91 and D2. RGB value is (191,145,210). Sum of RGB (Red+Green+Blue) = 191+145+210=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 210 - color contains mainly: blue. Hex color #BF91D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91D2 is #406E2D. Grayscale: #A5A5A5. Windows color (decimal): -4222510 or 13799871. OLE color: 13799871.
HSL color Cylindrical-coordinate representation of color #BF91D2: hue angle of 282.46º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF91D2 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 145 | 210 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.18 |
| HSL | 282.46º | 0.42% | 0.7% | - |
| HSV(B) | 282.46º | 0.31% | 0.82% | - |
| XYZ | 43.24 | 35.98 | 65.64 | - |
| YUV | 166.16 | 152.74 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 210 | 0.09 | 0.31 | 0 | 0.18 | 282.46 | 0.42 | 0.7 |
| Hex | BF | 91 | D2 | 9 | 1F | 0 | 12 | 11A | 2A | 46 |
| Octal | 277 | 221 | 322 | 11 | 37 | 0 | 22 | 432 | 52 | 106 |
| Binary | 10111111 | 10010001 | 11010010 | 1001 | 11111 | 0 | 10010 | 100011010 | 101010 | 1000110 |
Color Harmonies of #BF91D2
Complementary color
Monochromatic Colors of #BF91D2
Black with #BF91D2
Text Example
Text Example
White with #BF91D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF91D2; }
p { color: rgb(191,145,210); }
H1.HeaderClassName
{
color: #BF91D2;
}
.AnyTagClassName
{
color: #BF91D2;
}
</style>
background-color css
<style>
a { background-color: #BF91D2; }
a { background-color: rgb(191,145,210); }
div.DivClassName
{
background-color: #BF91D2;
}
.BgClassName
{
background-color: #BF91D2;
}
</style>
border-color css
<style>
span { border-color: #BF91D2; }
span { border-color: rgb(191,145,210); }
td.TdClassName
{
border-color: #BF91D2;
}
.TagClassName
{
border-color: #BF91D2;
}
</style>