Shades of Wisteria #BF8BEE
Tints of Wisteria #BF8BEE
RGB
CMYK
RGB Variations
Color information
#BF8BEE (or 0xBF8BEE) is known color: Wisteria. HEX triplet: BF, 8B and EE. RGB value is (191,139,238). Sum of RGB (Red+Green+Blue) = 191+139+238=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF8BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8BEE is #407411. Grayscale: #A5A5A5. Windows color (decimal): -4224018 or 15633343. OLE color: 15633343.
HSL color Cylindrical-coordinate representation of color #BF8BEE: hue angle of 271.52º degrees, saturation: 0.74, 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 #BF8BEE is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 139 | 238 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.07 |
| HSL | 271.52º | 0.74% | 0.74% | - |
| HSV(B) | 271.52º | 0.42% | 0.93% | - |
| XYZ | 46.15 | 35.71 | 85.35 | - |
| YUV | 165.83 | 168.73 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 139 | 238 | 0.20 | 0.42 | 0 | 0.07 | 271.52 | 0.74 | 0.74 |
| Hex | BF | 8B | EE | 14 | 2A | 0 | 7 | 110 | 4A | 4A |
| Octal | 277 | 213 | 356 | 24 | 52 | 0 | 7 | 420 | 112 | 112 |
| Binary | 10111111 | 10001011 | 11101110 | 10100 | 101010 | 0 | 111 | 100010000 | 1001010 | 1001010 |
Color Harmonies of #BF8BEE
Complementary color
Monochromatic Colors of #BF8BEE
Black with #BF8BEE
Text Example
Text Example
White with #BF8BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8BEE; }
p { color: rgb(191,139,238); }
H1.HeaderClassName
{
color: #BF8BEE;
}
.AnyTagClassName
{
color: #BF8BEE;
}
</style>
background-color css
<style>
a { background-color: #BF8BEE; }
a { background-color: rgb(191,139,238); }
div.DivClassName
{
background-color: #BF8BEE;
}
.BgClassName
{
background-color: #BF8BEE;
}
</style>
border-color css
<style>
span { border-color: #BF8BEE; }
span { border-color: rgb(191,139,238); }
td.TdClassName
{
border-color: #BF8BEE;
}
.TagClassName
{
border-color: #BF8BEE;
}
</style>