Shades of Wisteria #BF82E8
Tints of Wisteria #BF82E8
RGB
CMYK
RGB Variations
Color information
#BF82E8 (or 0xBF82E8) is known color: Wisteria. HEX triplet: BF, 82 and E8. RGB value is (191,130,232). Sum of RGB (Red+Green+Blue) = 191+130+232=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 232 (91.02% from 255 or 41.95% from 553); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF82E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF82E8 is #407D17. Grayscale: #9F9F9F. Windows color (decimal): -4226328 or 15237823. OLE color: 15237823.
HSL color Cylindrical-coordinate representation of color #BF82E8: hue angle of 275.88º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF82E8 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 130 | 232 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.09 |
| HSL | 275.88º | 0.69% | 0.71% | - |
| HSV(B) | 275.88º | 0.44% | 0.91% | - |
| XYZ | 44.03 | 32.87 | 80.37 | - |
| YUV | 159.87 | 168.71 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 130 | 232 | 0.18 | 0.44 | 0 | 0.09 | 275.88 | 0.69 | 0.71 |
| Hex | BF | 82 | E8 | 12 | 2C | 0 | 9 | 114 | 45 | 47 |
| Octal | 277 | 202 | 350 | 22 | 54 | 0 | 11 | 424 | 105 | 107 |
| Binary | 10111111 | 10000010 | 11101000 | 10010 | 101100 | 0 | 1001 | 100010100 | 1000101 | 1000111 |
Color Harmonies of #BF82E8
Complementary color
Monochromatic Colors of #BF82E8
Black with #BF82E8
Text Example
Text Example
White with #BF82E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF82E8; }
p { color: rgb(191,130,232); }
H1.HeaderClassName
{
color: #BF82E8;
}
.AnyTagClassName
{
color: #BF82E8;
}
</style>
background-color css
<style>
a { background-color: #BF82E8; }
a { background-color: rgb(191,130,232); }
div.DivClassName
{
background-color: #BF82E8;
}
.BgClassName
{
background-color: #BF82E8;
}
</style>
border-color css
<style>
span { border-color: #BF82E8; }
span { border-color: rgb(191,130,232); }
td.TdClassName
{
border-color: #BF82E8;
}
.TagClassName
{
border-color: #BF82E8;
}
</style>