Shades of Wisteria #BF87D3
Tints of Wisteria #BF87D3
RGB
CMYK
RGB Variations
Color information
#BF87D3 (or 0xBF87D3) is known color: Wisteria. HEX triplet: BF, 87 and D3. RGB value is (191,135,211). Sum of RGB (Red+Green+Blue) = 191+135+211=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 211 - color contains mainly: blue. Hex color #BF87D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87D3 is #40782C. Grayscale: #A0A0A0. Windows color (decimal): -4225069 or 13862847. OLE color: 13862847.
HSL color Cylindrical-coordinate representation of color #BF87D3: hue angle of 284.21º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF87D3 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 135 | 211 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.17 |
| HSL | 284.21º | 0.46% | 0.68% | - |
| HSV(B) | 284.21º | 0.36% | 0.83% | - |
| XYZ | 41.91 | 33.11 | 65.81 | - |
| YUV | 160.41 | 156.55 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 211 | 0.09 | 0.36 | 0 | 0.17 | 284.21 | 0.46 | 0.68 |
| Hex | BF | 87 | D3 | 9 | 24 | 0 | 11 | 11C | 2E | 44 |
| Octal | 277 | 207 | 323 | 11 | 44 | 0 | 21 | 434 | 56 | 104 |
| Binary | 10111111 | 10000111 | 11010011 | 1001 | 100100 | 0 | 10001 | 100011100 | 101110 | 1000100 |
Color Harmonies of #BF87D3
Complementary color
Monochromatic Colors of #BF87D3
Black with #BF87D3
Text Example
Text Example
White with #BF87D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF87D3; }
p { color: rgb(191,135,211); }
H1.HeaderClassName
{
color: #BF87D3;
}
.AnyTagClassName
{
color: #BF87D3;
}
</style>
background-color css
<style>
a { background-color: #BF87D3; }
a { background-color: rgb(191,135,211); }
div.DivClassName
{
background-color: #BF87D3;
}
.BgClassName
{
background-color: #BF87D3;
}
</style>
border-color css
<style>
span { border-color: #BF87D3; }
span { border-color: rgb(191,135,211); }
td.TdClassName
{
border-color: #BF87D3;
}
.TagClassName
{
border-color: #BF87D3;
}
</style>