Shades of Wisteria #BF92D2
Tints of Wisteria #BF92D2
RGB
CMYK
RGB Variations
Color information
#BF92D2 (or 0xBF92D2) is known color: Wisteria. HEX triplet: BF, 92 and D2. RGB value is (191,146,210). Sum of RGB (Red+Green+Blue) = 191+146+210=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 210 - color contains mainly: blue. Hex color #BF92D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF92D2 is #406D2D. Grayscale: #A6A6A6. Windows color (decimal): -4222254 or 13800127. OLE color: 13800127.
HSL color Cylindrical-coordinate representation of color #BF92D2: hue angle of 282.19º degrees, saturation: 0.42, 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 #BF92D2 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 146 | 210 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.18 |
| HSL | 282.19º | 0.42% | 0.7% | - |
| HSV(B) | 282.19º | 0.3% | 0.82% | - |
| XYZ | 43.4 | 36.29 | 65.69 | - |
| YUV | 166.75 | 152.41 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 146 | 210 | 0.09 | 0.30 | 0 | 0.18 | 282.19 | 0.42 | 0.7 |
| Hex | BF | 92 | D2 | 9 | 1E | 0 | 12 | 11A | 2A | 46 |
| Octal | 277 | 222 | 322 | 11 | 36 | 0 | 22 | 432 | 52 | 106 |
| Binary | 10111111 | 10010010 | 11010010 | 1001 | 11110 | 0 | 10010 | 100011010 | 101010 | 1000110 |
Color Harmonies of #BF92D2
Complementary color
Monochromatic Colors of #BF92D2
Black with #BF92D2
Text Example
Text Example
White with #BF92D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF92D2; }
p { color: rgb(191,146,210); }
H1.HeaderClassName
{
color: #BF92D2;
}
.AnyTagClassName
{
color: #BF92D2;
}
</style>
background-color css
<style>
a { background-color: #BF92D2; }
a { background-color: rgb(191,146,210); }
div.DivClassName
{
background-color: #BF92D2;
}
.BgClassName
{
background-color: #BF92D2;
}
</style>
border-color css
<style>
span { border-color: #BF92D2; }
span { border-color: rgb(191,146,210); }
td.TdClassName
{
border-color: #BF92D2;
}
.TagClassName
{
border-color: #BF92D2;
}
</style>