Shades of Wisteria #BF92EC
Tints of Wisteria #BF92EC
RGB
CMYK
RGB Variations
Color information
#BF92EC (or 0xBF92EC) is known color: Wisteria. HEX triplet: BF, 92 and EC. RGB value is (191,146,236). Sum of RGB (Red+Green+Blue) = 191+146+236=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF92EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF92EC is #406D13. Grayscale: #A9A9A9. Windows color (decimal): -4222228 or 15504063. OLE color: 15504063.
HSL color Cylindrical-coordinate representation of color #BF92EC: hue angle of 270º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF92EC is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 146 | 236 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.07 |
| HSL | 270º | 0.7% | 0.75% | - |
| HSV(B) | 270º | 0.38% | 0.93% | - |
| XYZ | 46.91 | 37.69 | 84.16 | - |
| YUV | 169.72 | 165.41 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 146 | 236 | 0.19 | 0.38 | 0 | 0.07 | 270 | 0.7 | 0.75 |
| Hex | BF | 92 | EC | 13 | 26 | 0 | 7 | 10E | 46 | 4B |
| Octal | 277 | 222 | 354 | 23 | 46 | 0 | 7 | 416 | 106 | 113 |
| Binary | 10111111 | 10010010 | 11101100 | 10011 | 100110 | 0 | 111 | 100001110 | 1000110 | 1001011 |
Color Harmonies of #BF92EC
Complementary color
Monochromatic Colors of #BF92EC
Black with #BF92EC
Text Example
Text Example
White with #BF92EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF92EC; }
p { color: rgb(191,146,236); }
H1.HeaderClassName
{
color: #BF92EC;
}
.AnyTagClassName
{
color: #BF92EC;
}
</style>
background-color css
<style>
a { background-color: #BF92EC; }
a { background-color: rgb(191,146,236); }
div.DivClassName
{
background-color: #BF92EC;
}
.BgClassName
{
background-color: #BF92EC;
}
</style>
border-color css
<style>
span { border-color: #BF92EC; }
span { border-color: rgb(191,146,236); }
td.TdClassName
{
border-color: #BF92EC;
}
.TagClassName
{
border-color: #BF92EC;
}
</style>