Shades of Wisteria #BF92DF
Tints of Wisteria #BF92DF
RGB
CMYK
RGB Variations
Color information
#BF92DF (or 0xBF92DF) is known color: Wisteria. HEX triplet: BF, 92 and DF. RGB value is (191,146,223). Sum of RGB (Red+Green+Blue) = 191+146+223=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF92DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF92DF is #406D20. Grayscale: #A7A7A7. Windows color (decimal): -4222241 or 14652095. OLE color: 14652095.
HSL color Cylindrical-coordinate representation of color #BF92DF: hue angle of 275.06º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF92DF is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 146 | 223 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.13 |
| HSL | 275.06º | 0.55% | 0.72% | - |
| HSV(B) | 275.06º | 0.35% | 0.87% | - |
| XYZ | 45.08 | 36.96 | 74.57 | - |
| YUV | 168.23 | 158.91 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 146 | 223 | 0.14 | 0.35 | 0 | 0.13 | 275.06 | 0.55 | 0.72 |
| Hex | BF | 92 | DF | E | 23 | 0 | D | 113 | 37 | 48 |
| Octal | 277 | 222 | 337 | 16 | 43 | 0 | 15 | 423 | 67 | 110 |
| Binary | 10111111 | 10010010 | 11011111 | 1110 | 100011 | 0 | 1101 | 100010011 | 110111 | 1001000 |
Color Harmonies of #BF92DF
Complementary color
Monochromatic Colors of #BF92DF
Black with #BF92DF
Text Example
Text Example
White with #BF92DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF92DF; }
p { color: rgb(191,146,223); }
H1.HeaderClassName
{
color: #BF92DF;
}
.AnyTagClassName
{
color: #BF92DF;
}
</style>
background-color css
<style>
a { background-color: #BF92DF; }
a { background-color: rgb(191,146,223); }
div.DivClassName
{
background-color: #BF92DF;
}
.BgClassName
{
background-color: #BF92DF;
}
</style>
border-color css
<style>
span { border-color: #BF92DF; }
span { border-color: rgb(191,146,223); }
td.TdClassName
{
border-color: #BF92DF;
}
.TagClassName
{
border-color: #BF92DF;
}
</style>