Shades of Wisteria #BF93D1
Tints of Wisteria #BF93D1
RGB
CMYK
RGB Variations
Color information
#BF93D1 (or 0xBF93D1) is known color: Wisteria. HEX triplet: BF, 93 and D1. RGB value is (191,147,209). Sum of RGB (Red+Green+Blue) = 191+147+209=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF93D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93D1 is #406C2E. Grayscale: #A7A7A7. Windows color (decimal): -4221999 or 13734847. OLE color: 13734847.
HSL color Cylindrical-coordinate representation of color #BF93D1: hue angle of 282.58º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF93D1 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 147 | 209 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.18 |
| HSL | 282.58º | 0.4% | 0.7% | - |
| HSV(B) | 282.58º | 0.3% | 0.82% | - |
| XYZ | 43.43 | 36.55 | 65.09 | - |
| YUV | 167.22 | 151.58 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 209 | 0.09 | 0.30 | 0 | 0.18 | 282.58 | 0.4 | 0.7 |
| Hex | BF | 93 | D1 | 9 | 1E | 0 | 12 | 11B | 28 | 46 |
| Octal | 277 | 223 | 321 | 11 | 36 | 0 | 22 | 433 | 50 | 106 |
| Binary | 10111111 | 10010011 | 11010001 | 1001 | 11110 | 0 | 10010 | 100011011 | 101000 | 1000110 |
Color Harmonies of #BF93D1
Complementary color
Monochromatic Colors of #BF93D1
Black with #BF93D1
Text Example
Text Example
White with #BF93D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF93D1; }
p { color: rgb(191,147,209); }
H1.HeaderClassName
{
color: #BF93D1;
}
.AnyTagClassName
{
color: #BF93D1;
}
</style>
background-color css
<style>
a { background-color: #BF93D1; }
a { background-color: rgb(191,147,209); }
div.DivClassName
{
background-color: #BF93D1;
}
.BgClassName
{
background-color: #BF93D1;
}
</style>
border-color css
<style>
span { border-color: #BF93D1; }
span { border-color: rgb(191,147,209); }
td.TdClassName
{
border-color: #BF93D1;
}
.TagClassName
{
border-color: #BF93D1;
}
</style>