Shades of Wisteria #BF94E5
Tints of Wisteria #BF94E5
RGB
CMYK
RGB Variations
Color information
#BF94E5 (or 0xBF94E5) is known color: Wisteria. HEX triplet: BF, 94 and E5. RGB value is (191,148,229). Sum of RGB (Red+Green+Blue) = 191+148+229=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF94E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF94E5 is #406B1A. Grayscale: #A9A9A9. Windows color (decimal): -4221723 or 15045823. OLE color: 15045823.
HSL color Cylindrical-coordinate representation of color #BF94E5: hue angle of 271.85º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF94E5 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 148 | 229 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.10 |
| HSL | 271.85º | 0.61% | 0.74% | - |
| HSV(B) | 271.85º | 0.35% | 0.9% | - |
| XYZ | 46.22 | 37.91 | 79.01 | - |
| YUV | 170.09 | 161.25 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 148 | 229 | 0.17 | 0.35 | 0 | 0.10 | 271.85 | 0.61 | 0.74 |
| Hex | BF | 94 | E5 | 11 | 23 | 0 | A | 110 | 3D | 4A |
| Octal | 277 | 224 | 345 | 21 | 43 | 0 | 12 | 420 | 75 | 112 |
| Binary | 10111111 | 10010100 | 11100101 | 10001 | 100011 | 0 | 1010 | 100010000 | 111101 | 1001010 |
Color Harmonies of #BF94E5
Complementary color
Monochromatic Colors of #BF94E5
Black with #BF94E5
Text Example
Text Example
White with #BF94E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF94E5; }
p { color: rgb(191,148,229); }
H1.HeaderClassName
{
color: #BF94E5;
}
.AnyTagClassName
{
color: #BF94E5;
}
</style>
background-color css
<style>
a { background-color: #BF94E5; }
a { background-color: rgb(191,148,229); }
div.DivClassName
{
background-color: #BF94E5;
}
.BgClassName
{
background-color: #BF94E5;
}
</style>
border-color css
<style>
span { border-color: #BF94E5; }
span { border-color: rgb(191,148,229); }
td.TdClassName
{
border-color: #BF94E5;
}
.TagClassName
{
border-color: #BF94E5;
}
</style>