Shades of Wisteria #BF84EA
Tints of Wisteria #BF84EA
RGB
CMYK
RGB Variations
Color information
#BF84EA (or 0xBF84EA) is known color: Wisteria. HEX triplet: BF, 84 and EA. RGB value is (191,132,234). Sum of RGB (Red+Green+Blue) = 191+132+234=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF84EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF84EA is #407B15. Grayscale: #A0A0A0. Windows color (decimal): -4225814 or 15369407. OLE color: 15369407.
HSL color Cylindrical-coordinate representation of color #BF84EA: hue angle of 274.71º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF84EA is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 132 | 234 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.08 |
| HSL | 274.71º | 0.71% | 0.72% | - |
| HSV(B) | 274.71º | 0.44% | 0.92% | - |
| XYZ | 44.59 | 33.52 | 81.96 | - |
| YUV | 161.27 | 169.05 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 132 | 234 | 0.18 | 0.44 | 0 | 0.08 | 274.71 | 0.71 | 0.72 |
| Hex | BF | 84 | EA | 12 | 2C | 0 | 8 | 113 | 47 | 48 |
| Octal | 277 | 204 | 352 | 22 | 54 | 0 | 10 | 423 | 107 | 110 |
| Binary | 10111111 | 10000100 | 11101010 | 10010 | 101100 | 0 | 1000 | 100010011 | 1000111 | 1001000 |
Color Harmonies of #BF84EA
Complementary color
Monochromatic Colors of #BF84EA
Black with #BF84EA
Text Example
Text Example
White with #BF84EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF84EA; }
p { color: rgb(191,132,234); }
H1.HeaderClassName
{
color: #BF84EA;
}
.AnyTagClassName
{
color: #BF84EA;
}
</style>
background-color css
<style>
a { background-color: #BF84EA; }
a { background-color: rgb(191,132,234); }
div.DivClassName
{
background-color: #BF84EA;
}
.BgClassName
{
background-color: #BF84EA;
}
</style>
border-color css
<style>
span { border-color: #BF84EA; }
span { border-color: rgb(191,132,234); }
td.TdClassName
{
border-color: #BF84EA;
}
.TagClassName
{
border-color: #BF84EA;
}
</style>