Shades of Wisteria #BF92D0
Tints of Wisteria #BF92D0
RGB
CMYK
RGB Variations
Color information
#BF92D0 (or 0xBF92D0) is known color: Wisteria. HEX triplet: BF, 92 and D0. RGB value is (191,146,208). Sum of RGB (Red+Green+Blue) = 191+146+208=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF92D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF92D0 is #406D2F. Grayscale: #A6A6A6. Windows color (decimal): -4222256 or 13669055. OLE color: 13669055.
HSL color Cylindrical-coordinate representation of color #BF92D0: hue angle of 283.55º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF92D0 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 146 | 208 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.18 |
| HSL | 283.55º | 0.4% | 0.69% | - |
| HSV(B) | 283.55º | 0.3% | 0.82% | - |
| XYZ | 43.15 | 36.19 | 64.39 | - |
| YUV | 166.52 | 151.41 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 146 | 208 | 0.08 | 0.30 | 0 | 0.18 | 283.55 | 0.4 | 0.69 |
| Hex | BF | 92 | D0 | 8 | 1E | 0 | 12 | 11C | 28 | 45 |
| Octal | 277 | 222 | 320 | 10 | 36 | 0 | 22 | 434 | 50 | 105 |
| Binary | 10111111 | 10010010 | 11010000 | 1000 | 11110 | 0 | 10010 | 100011100 | 101000 | 1000101 |
Color Harmonies of #BF92D0
Complementary color
Monochromatic Colors of #BF92D0
Black with #BF92D0
Text Example
Text Example
White with #BF92D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF92D0; }
p { color: rgb(191,146,208); }
H1.HeaderClassName
{
color: #BF92D0;
}
.AnyTagClassName
{
color: #BF92D0;
}
</style>
background-color css
<style>
a { background-color: #BF92D0; }
a { background-color: rgb(191,146,208); }
div.DivClassName
{
background-color: #BF92D0;
}
.BgClassName
{
background-color: #BF92D0;
}
</style>
border-color css
<style>
span { border-color: #BF92D0; }
span { border-color: rgb(191,146,208); }
td.TdClassName
{
border-color: #BF92D0;
}
.TagClassName
{
border-color: #BF92D0;
}
</style>