Shades of Wisteria #BF93D2
Tints of Wisteria #BF93D2
RGB
CMYK
RGB Variations
Color information
#BF93D2 (or 0xBF93D2) is known color: Wisteria. HEX triplet: BF, 93 and D2. RGB value is (191,147,210). Sum of RGB (Red+Green+Blue) = 191+147+210=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 210 (82.42% from 255 or 38.32% from 548); Max value from RGB is 210 - color contains mainly: blue. Hex color #BF93D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93D2 is #406C2D. Grayscale: #A7A7A7. Windows color (decimal): -4221998 or 13800383. OLE color: 13800383.
HSL color Cylindrical-coordinate representation of color #BF93D2: hue angle of 281.9º degrees, saturation: 0.41, 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 #BF93D2 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 147 | 210 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.18 |
| HSL | 281.9º | 0.41% | 0.7% | - |
| HSV(B) | 281.9º | 0.3% | 0.82% | - |
| XYZ | 43.55 | 36.6 | 65.74 | - |
| YUV | 167.34 | 152.08 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 210 | 0.09 | 0.30 | 0 | 0.18 | 281.9 | 0.41 | 0.7 |
| Hex | BF | 93 | D2 | 9 | 1E | 0 | 12 | 11A | 29 | 46 |
| Octal | 277 | 223 | 322 | 11 | 36 | 0 | 22 | 432 | 51 | 106 |
| Binary | 10111111 | 10010011 | 11010010 | 1001 | 11110 | 0 | 10010 | 100011010 | 101001 | 1000110 |
Color Harmonies of #BF93D2
Complementary color
Monochromatic Colors of #BF93D2
Black with #BF93D2
Text Example
Text Example
White with #BF93D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF93D2; }
p { color: rgb(191,147,210); }
H1.HeaderClassName
{
color: #BF93D2;
}
.AnyTagClassName
{
color: #BF93D2;
}
</style>
background-color css
<style>
a { background-color: #BF93D2; }
a { background-color: rgb(191,147,210); }
div.DivClassName
{
background-color: #BF93D2;
}
.BgClassName
{
background-color: #BF93D2;
}
</style>
border-color css
<style>
span { border-color: #BF93D2; }
span { border-color: rgb(191,147,210); }
td.TdClassName
{
border-color: #BF93D2;
}
.TagClassName
{
border-color: #BF93D2;
}
</style>