Shades of Wisteria #BF88D2
Tints of Wisteria #BF88D2
RGB
CMYK
RGB Variations
Color information
#BF88D2 (or 0xBF88D2) is known color: Wisteria. HEX triplet: BF, 88 and D2. RGB value is (191,136,210). Sum of RGB (Red+Green+Blue) = 191+136+210=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 210 - color contains mainly: blue. Hex color #BF88D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF88D2 is #40772D. Grayscale: #A0A0A0. Windows color (decimal): -4224814 or 13797567. OLE color: 13797567.
HSL color Cylindrical-coordinate representation of color #BF88D2: hue angle of 284.59º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF88D2 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 136 | 210 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.18 |
| HSL | 284.59º | 0.45% | 0.68% | - |
| HSV(B) | 284.59º | 0.35% | 0.82% | - |
| XYZ | 41.92 | 33.34 | 65.2 | - |
| YUV | 160.88 | 155.72 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 210 | 0.09 | 0.35 | 0 | 0.18 | 284.59 | 0.45 | 0.68 |
| Hex | BF | 88 | D2 | 9 | 23 | 0 | 12 | 11D | 2D | 44 |
| Octal | 277 | 210 | 322 | 11 | 43 | 0 | 22 | 435 | 55 | 104 |
| Binary | 10111111 | 10001000 | 11010010 | 1001 | 100011 | 0 | 10010 | 100011101 | 101101 | 1000100 |
Color Harmonies of #BF88D2
Complementary color
Monochromatic Colors of #BF88D2
Black with #BF88D2
Text Example
Text Example
White with #BF88D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF88D2; }
p { color: rgb(191,136,210); }
H1.HeaderClassName
{
color: #BF88D2;
}
.AnyTagClassName
{
color: #BF88D2;
}
</style>
background-color css
<style>
a { background-color: #BF88D2; }
a { background-color: rgb(191,136,210); }
div.DivClassName
{
background-color: #BF88D2;
}
.BgClassName
{
background-color: #BF88D2;
}
</style>
border-color css
<style>
span { border-color: #BF88D2; }
span { border-color: rgb(191,136,210); }
td.TdClassName
{
border-color: #BF88D2;
}
.TagClassName
{
border-color: #BF88D2;
}
</style>