Shades of Wisteria #BF87D4
Tints of Wisteria #BF87D4
RGB
CMYK
RGB Variations
Color information
#BF87D4 (or 0xBF87D4) is known color: Wisteria. HEX triplet: BF, 87 and D4. RGB value is (191,135,212). Sum of RGB (Red+Green+Blue) = 191+135+212=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF87D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87D4 is #40782B. Grayscale: #A0A0A0. Windows color (decimal): -4225068 or 13928383. OLE color: 13928383.
HSL color Cylindrical-coordinate representation of color #BF87D4: hue angle of 283.64º degrees, saturation: 0.47, 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 #BF87D4 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 135 | 212 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.17 |
| HSL | 283.64º | 0.47% | 0.68% | - |
| HSV(B) | 283.64º | 0.36% | 0.83% | - |
| XYZ | 42.03 | 33.16 | 66.47 | - |
| YUV | 160.52 | 157.05 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 212 | 0.10 | 0.36 | 0 | 0.17 | 283.64 | 0.47 | 0.68 |
| Hex | BF | 87 | D4 | A | 24 | 0 | 11 | 11C | 2F | 44 |
| Octal | 277 | 207 | 324 | 12 | 44 | 0 | 21 | 434 | 57 | 104 |
| Binary | 10111111 | 10000111 | 11010100 | 1010 | 100100 | 0 | 10001 | 100011100 | 101111 | 1000100 |
Color Harmonies of #BF87D4
Complementary color
Monochromatic Colors of #BF87D4
Black with #BF87D4
Text Example
Text Example
White with #BF87D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF87D4; }
p { color: rgb(191,135,212); }
H1.HeaderClassName
{
color: #BF87D4;
}
.AnyTagClassName
{
color: #BF87D4;
}
</style>
background-color css
<style>
a { background-color: #BF87D4; }
a { background-color: rgb(191,135,212); }
div.DivClassName
{
background-color: #BF87D4;
}
.BgClassName
{
background-color: #BF87D4;
}
</style>
border-color css
<style>
span { border-color: #BF87D4; }
span { border-color: rgb(191,135,212); }
td.TdClassName
{
border-color: #BF87D4;
}
.TagClassName
{
border-color: #BF87D4;
}
</style>