Shades of Wisteria #BF92DD
Tints of Wisteria #BF92DD
RGB
CMYK
RGB Variations
Color information
#BF92DD (or 0xBF92DD) is known color: Wisteria. HEX triplet: BF, 92 and DD. RGB value is (191,146,221). Sum of RGB (Red+Green+Blue) = 191+146+221=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF92DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF92DD is #406D22. Grayscale: #A7A7A7. Windows color (decimal): -4222243 or 14521023. OLE color: 14521023.
HSL color Cylindrical-coordinate representation of color #BF92DD: hue angle of 276º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF92DD is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 146 | 221 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.13 |
| HSL | 276º | 0.52% | 0.72% | - |
| HSV(B) | 276º | 0.34% | 0.87% | - |
| XYZ | 44.82 | 36.85 | 73.16 | - |
| YUV | 168.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 146 | 221 | 0.14 | 0.34 | 0 | 0.13 | 276 | 0.52 | 0.72 |
| Hex | BF | 92 | DD | E | 22 | 0 | D | 114 | 34 | 48 |
| Octal | 277 | 222 | 335 | 16 | 42 | 0 | 15 | 424 | 64 | 110 |
| Binary | 10111111 | 10010010 | 11011101 | 1110 | 100010 | 0 | 1101 | 100010100 | 110100 | 1001000 |
Color Harmonies of #BF92DD
Complementary color
Monochromatic Colors of #BF92DD
Black with #BF92DD
Text Example
Text Example
White with #BF92DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF92DD; }
p { color: rgb(191,146,221); }
H1.HeaderClassName
{
color: #BF92DD;
}
.AnyTagClassName
{
color: #BF92DD;
}
</style>
background-color css
<style>
a { background-color: #BF92DD; }
a { background-color: rgb(191,146,221); }
div.DivClassName
{
background-color: #BF92DD;
}
.BgClassName
{
background-color: #BF92DD;
}
</style>
border-color css
<style>
span { border-color: #BF92DD; }
span { border-color: rgb(191,146,221); }
td.TdClassName
{
border-color: #BF92DD;
}
.TagClassName
{
border-color: #BF92DD;
}
</style>