Shades of Wisteria #BF84ED
Tints of Wisteria #BF84ED
RGB
CMYK
RGB Variations
Color information
#BF84ED (or 0xBF84ED) is known color: Wisteria. HEX triplet: BF, 84 and ED. RGB value is (191,132,237). Sum of RGB (Red+Green+Blue) = 191+132+237=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF84ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF84ED is #407B12. Grayscale: #A1A1A1. Windows color (decimal): -4225811 or 15566015. OLE color: 15566015.
HSL color Cylindrical-coordinate representation of color #BF84ED: hue angle of 273.71º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF84ED is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 132 | 237 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.07 |
| HSL | 273.71º | 0.74% | 0.72% | - |
| HSV(B) | 273.71º | 0.44% | 0.93% | - |
| XYZ | 45.02 | 33.69 | 84.25 | - |
| YUV | 161.61 | 170.55 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 132 | 237 | 0.19 | 0.44 | 0 | 0.07 | 273.71 | 0.74 | 0.72 |
| Hex | BF | 84 | ED | 13 | 2C | 0 | 7 | 112 | 4A | 48 |
| Octal | 277 | 204 | 355 | 23 | 54 | 0 | 7 | 422 | 112 | 110 |
| Binary | 10111111 | 10000100 | 11101101 | 10011 | 101100 | 0 | 111 | 100010010 | 1001010 | 1001000 |
Color Harmonies of #BF84ED
Complementary color
Monochromatic Colors of #BF84ED
Black with #BF84ED
Text Example
Text Example
White with #BF84ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF84ED; }
p { color: rgb(191,132,237); }
H1.HeaderClassName
{
color: #BF84ED;
}
.AnyTagClassName
{
color: #BF84ED;
}
</style>
background-color css
<style>
a { background-color: #BF84ED; }
a { background-color: rgb(191,132,237); }
div.DivClassName
{
background-color: #BF84ED;
}
.BgClassName
{
background-color: #BF84ED;
}
</style>
border-color css
<style>
span { border-color: #BF84ED; }
span { border-color: rgb(191,132,237); }
td.TdClassName
{
border-color: #BF84ED;
}
.TagClassName
{
border-color: #BF84ED;
}
</style>