Shades of Wisteria #BF93D3
Tints of Wisteria #BF93D3
RGB
CMYK
RGB Variations
Color information
#BF93D3 (or 0xBF93D3) is known color: Wisteria. HEX triplet: BF, 93 and D3. RGB value is (191,147,211). Sum of RGB (Red+Green+Blue) = 191+147+211=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 211 - color contains mainly: blue. Hex color #BF93D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93D3 is #406C2C. Grayscale: #A7A7A7. Windows color (decimal): -4221997 or 13865919. OLE color: 13865919.
HSL color Cylindrical-coordinate representation of color #BF93D3: hue angle of 281.25º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF93D3 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 147 | 211 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.17 |
| HSL | 281.25º | 0.42% | 0.7% | - |
| HSV(B) | 281.25º | 0.3% | 0.83% | - |
| XYZ | 43.68 | 36.65 | 66.4 | - |
| YUV | 167.45 | 152.58 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 211 | 0.09 | 0.30 | 0 | 0.17 | 281.25 | 0.42 | 0.7 |
| Hex | BF | 93 | D3 | 9 | 1E | 0 | 11 | 119 | 2A | 46 |
| Octal | 277 | 223 | 323 | 11 | 36 | 0 | 21 | 431 | 52 | 106 |
| Binary | 10111111 | 10010011 | 11010011 | 1001 | 11110 | 0 | 10001 | 100011001 | 101010 | 1000110 |
Color Harmonies of #BF93D3
Complementary color
Monochromatic Colors of #BF93D3
Black with #BF93D3
Text Example
Text Example
White with #BF93D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF93D3; }
p { color: rgb(191,147,211); }
H1.HeaderClassName
{
color: #BF93D3;
}
.AnyTagClassName
{
color: #BF93D3;
}
</style>
background-color css
<style>
a { background-color: #BF93D3; }
a { background-color: rgb(191,147,211); }
div.DivClassName
{
background-color: #BF93D3;
}
.BgClassName
{
background-color: #BF93D3;
}
</style>
border-color css
<style>
span { border-color: #BF93D3; }
span { border-color: rgb(191,147,211); }
td.TdClassName
{
border-color: #BF93D3;
}
.TagClassName
{
border-color: #BF93D3;
}
</style>