Shades of Wisteria #BF88D4
Tints of Wisteria #BF88D4
RGB
CMYK
RGB Variations
Color information
#BF88D4 (or 0xBF88D4) is known color: Wisteria. HEX triplet: BF, 88 and D4. RGB value is (191,136,212). Sum of RGB (Red+Green+Blue) = 191+136+212=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF88D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF88D4 is #40772B. Grayscale: #A0A0A0. Windows color (decimal): -4224812 or 13928639. OLE color: 13928639.
HSL color Cylindrical-coordinate representation of color #BF88D4: hue angle of 283.42º 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 #BF88D4 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 136 | 212 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.17 |
| HSL | 283.42º | 0.47% | 0.68% | - |
| HSV(B) | 283.42º | 0.36% | 0.83% | - |
| XYZ | 42.17 | 33.44 | 66.52 | - |
| YUV | 161.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 212 | 0.10 | 0.36 | 0 | 0.17 | 283.42 | 0.47 | 0.68 |
| Hex | BF | 88 | D4 | A | 24 | 0 | 11 | 11B | 2F | 44 |
| Octal | 277 | 210 | 324 | 12 | 44 | 0 | 21 | 433 | 57 | 104 |
| Binary | 10111111 | 10001000 | 11010100 | 1010 | 100100 | 0 | 10001 | 100011011 | 101111 | 1000100 |
Color Harmonies of #BF88D4
Complementary color
Monochromatic Colors of #BF88D4
Black with #BF88D4
Text Example
Text Example
White with #BF88D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF88D4; }
p { color: rgb(191,136,212); }
H1.HeaderClassName
{
color: #BF88D4;
}
.AnyTagClassName
{
color: #BF88D4;
}
</style>
background-color css
<style>
a { background-color: #BF88D4; }
a { background-color: rgb(191,136,212); }
div.DivClassName
{
background-color: #BF88D4;
}
.BgClassName
{
background-color: #BF88D4;
}
</style>
border-color css
<style>
span { border-color: #BF88D4; }
span { border-color: rgb(191,136,212); }
td.TdClassName
{
border-color: #BF88D4;
}
.TagClassName
{
border-color: #BF88D4;
}
</style>