Shades of Wisteria #BF95E0
Tints of Wisteria #BF95E0
RGB
CMYK
RGB Variations
Color information
#BF95E0 (or 0xBF95E0) is known color: Wisteria. HEX triplet: BF, 95 and E0. RGB value is (191,149,224). Sum of RGB (Red+Green+Blue) = 191+149+224=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF95E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF95E0 is #406A1F. Grayscale: #A9A9A9. Windows color (decimal): -4221472 or 14718399. OLE color: 14718399.
HSL color Cylindrical-coordinate representation of color #BF95E0: hue angle of 273.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF95E0 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 149 | 224 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.12 |
| HSL | 273.6º | 0.55% | 0.73% | - |
| HSV(B) | 273.6º | 0.33% | 0.88% | - |
| XYZ | 45.69 | 37.95 | 75.44 | - |
| YUV | 170.11 | 158.41 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 149 | 224 | 0.15 | 0.33 | 0 | 0.12 | 273.6 | 0.55 | 0.73 |
| Hex | BF | 95 | E0 | F | 21 | 0 | C | 112 | 37 | 49 |
| Octal | 277 | 225 | 340 | 17 | 41 | 0 | 14 | 422 | 67 | 111 |
| Binary | 10111111 | 10010101 | 11100000 | 1111 | 100001 | 0 | 1100 | 100010010 | 110111 | 1001001 |
Color Harmonies of #BF95E0
Complementary color
Monochromatic Colors of #BF95E0
Black with #BF95E0
Text Example
Text Example
White with #BF95E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF95E0; }
p { color: rgb(191,149,224); }
H1.HeaderClassName
{
color: #BF95E0;
}
.AnyTagClassName
{
color: #BF95E0;
}
</style>
background-color css
<style>
a { background-color: #BF95E0; }
a { background-color: rgb(191,149,224); }
div.DivClassName
{
background-color: #BF95E0;
}
.BgClassName
{
background-color: #BF95E0;
}
</style>
border-color css
<style>
span { border-color: #BF95E0; }
span { border-color: rgb(191,149,224); }
td.TdClassName
{
border-color: #BF95E0;
}
.TagClassName
{
border-color: #BF95E0;
}
</style>