Shades of Wisteria #BF89EE
Tints of Wisteria #BF89EE
RGB
CMYK
RGB Variations
Color information
#BF89EE (or 0xBF89EE) is known color: Wisteria. HEX triplet: BF, 89 and EE. RGB value is (191,137,238). Sum of RGB (Red+Green+Blue) = 191+137+238=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF89EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF89EE is #407611. Grayscale: #A4A4A4. Windows color (decimal): -4224530 or 15632831. OLE color: 15632831.
HSL color Cylindrical-coordinate representation of color #BF89EE: hue angle of 272.08º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF89EE is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 137 | 238 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.07 |
| HSL | 272.08º | 0.75% | 0.74% | - |
| HSV(B) | 272.08º | 0.42% | 0.93% | - |
| XYZ | 45.86 | 35.14 | 85.25 | - |
| YUV | 164.66 | 169.39 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 238 | 0.20 | 0.42 | 0 | 0.07 | 272.08 | 0.75 | 0.74 |
| Hex | BF | 89 | EE | 14 | 2A | 0 | 7 | 110 | 4B | 4A |
| Octal | 277 | 211 | 356 | 24 | 52 | 0 | 7 | 420 | 113 | 112 |
| Binary | 10111111 | 10001001 | 11101110 | 10100 | 101010 | 0 | 111 | 100010000 | 1001011 | 1001010 |
Color Harmonies of #BF89EE
Complementary color
Monochromatic Colors of #BF89EE
Black with #BF89EE
Text Example
Text Example
White with #BF89EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF89EE; }
p { color: rgb(191,137,238); }
H1.HeaderClassName
{
color: #BF89EE;
}
.AnyTagClassName
{
color: #BF89EE;
}
</style>
background-color css
<style>
a { background-color: #BF89EE; }
a { background-color: rgb(191,137,238); }
div.DivClassName
{
background-color: #BF89EE;
}
.BgClassName
{
background-color: #BF89EE;
}
</style>
border-color css
<style>
span { border-color: #BF89EE; }
span { border-color: rgb(191,137,238); }
td.TdClassName
{
border-color: #BF89EE;
}
.TagClassName
{
border-color: #BF89EE;
}
</style>