Shades of Wisteria #BF8AD3
Tints of Wisteria #BF8AD3
RGB
CMYK
RGB Variations
Color information
#BF8AD3 (or 0xBF8AD3) is known color: Wisteria. HEX triplet: BF, 8A and D3. RGB value is (191,138,211). Sum of RGB (Red+Green+Blue) = 191+138+211=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 211 - color contains mainly: blue. Hex color #BF8AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8AD3 is #40752C. Grayscale: #A1A1A1. Windows color (decimal): -4224301 or 13863615. OLE color: 13863615.
HSL color Cylindrical-coordinate representation of color #BF8AD3: hue angle of 283.56º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF8AD3 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 138 | 211 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.17 |
| HSL | 283.56º | 0.45% | 0.68% | - |
| HSV(B) | 283.56º | 0.35% | 0.83% | - |
| XYZ | 42.33 | 33.96 | 65.95 | - |
| YUV | 162.17 | 155.56 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 138 | 211 | 0.09 | 0.35 | 0 | 0.17 | 283.56 | 0.45 | 0.68 |
| Hex | BF | 8A | D3 | 9 | 23 | 0 | 11 | 11C | 2D | 44 |
| Octal | 277 | 212 | 323 | 11 | 43 | 0 | 21 | 434 | 55 | 104 |
| Binary | 10111111 | 10001010 | 11010011 | 1001 | 100011 | 0 | 10001 | 100011100 | 101101 | 1000100 |
Color Harmonies of #BF8AD3
Complementary color
Monochromatic Colors of #BF8AD3
Black with #BF8AD3
Text Example
Text Example
White with #BF8AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8AD3; }
p { color: rgb(191,138,211); }
H1.HeaderClassName
{
color: #BF8AD3;
}
.AnyTagClassName
{
color: #BF8AD3;
}
</style>
background-color css
<style>
a { background-color: #BF8AD3; }
a { background-color: rgb(191,138,211); }
div.DivClassName
{
background-color: #BF8AD3;
}
.BgClassName
{
background-color: #BF8AD3;
}
</style>
border-color css
<style>
span { border-color: #BF8AD3; }
span { border-color: rgb(191,138,211); }
td.TdClassName
{
border-color: #BF8AD3;
}
.TagClassName
{
border-color: #BF8AD3;
}
</style>