Shades of Wisteria #BF92D1
Tints of Wisteria #BF92D1
RGB
CMYK
RGB Variations
Color information
#BF92D1 (or 0xBF92D1) is known color: Wisteria. HEX triplet: BF, 92 and D1. RGB value is (191,146,209). Sum of RGB (Red+Green+Blue) = 191+146+209=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF92D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF92D1 is #406D2E. Grayscale: #A6A6A6. Windows color (decimal): -4222255 or 13734591. OLE color: 13734591.
HSL color Cylindrical-coordinate representation of color #BF92D1: hue angle of 282.86º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF92D1 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 146 | 209 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.18 |
| HSL | 282.86º | 0.41% | 0.7% | - |
| HSV(B) | 282.86º | 0.3% | 0.82% | - |
| XYZ | 43.27 | 36.24 | 65.04 | - |
| YUV | 166.64 | 151.91 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 146 | 209 | 0.09 | 0.30 | 0 | 0.18 | 282.86 | 0.41 | 0.7 |
| Hex | BF | 92 | D1 | 9 | 1E | 0 | 12 | 11B | 29 | 46 |
| Octal | 277 | 222 | 321 | 11 | 36 | 0 | 22 | 433 | 51 | 106 |
| Binary | 10111111 | 10010010 | 11010001 | 1001 | 11110 | 0 | 10010 | 100011011 | 101001 | 1000110 |
Color Harmonies of #BF92D1
Complementary color
Monochromatic Colors of #BF92D1
Black with #BF92D1
Text Example
Text Example
White with #BF92D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF92D1; }
p { color: rgb(191,146,209); }
H1.HeaderClassName
{
color: #BF92D1;
}
.AnyTagClassName
{
color: #BF92D1;
}
</style>
background-color css
<style>
a { background-color: #BF92D1; }
a { background-color: rgb(191,146,209); }
div.DivClassName
{
background-color: #BF92D1;
}
.BgClassName
{
background-color: #BF92D1;
}
</style>
border-color css
<style>
span { border-color: #BF92D1; }
span { border-color: rgb(191,146,209); }
td.TdClassName
{
border-color: #BF92D1;
}
.TagClassName
{
border-color: #BF92D1;
}
</style>