Shades of Wisteria #BB92DE
Tints of Wisteria #BB92DE
RGB
CMYK
RGB Variations
Color information
#BB92DE (or 0xBB92DE) is known color: Wisteria. HEX triplet: BB, 92 and DE. RGB value is (187,146,222). Sum of RGB (Red+Green+Blue) = 187+146+222=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB92DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92DE is #446D21. Grayscale: #A6A6A6. Windows color (decimal): -4484386 or 14586555. OLE color: 14586555.
HSL color Cylindrical-coordinate representation of color #BB92DE: hue angle of 272.37º degrees, saturation: 0.54, 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 #BB92DE is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 146 | 222 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.13 |
| HSL | 272.37º | 0.54% | 0.72% | - |
| HSV(B) | 272.37º | 0.34% | 0.87% | - |
| XYZ | 43.96 | 36.4 | 73.82 | - |
| YUV | 166.92 | 159.08 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 222 | 0.16 | 0.34 | 0 | 0.13 | 272.37 | 0.54 | 0.72 |
| Hex | BB | 92 | DE | 10 | 22 | 0 | D | 110 | 36 | 48 |
| Octal | 273 | 222 | 336 | 20 | 42 | 0 | 15 | 420 | 66 | 110 |
| Binary | 10111011 | 10010010 | 11011110 | 10000 | 100010 | 0 | 1101 | 100010000 | 110110 | 1001000 |
Color Harmonies of #BB92DE
Complementary color
Monochromatic Colors of #BB92DE
Black with #BB92DE
Text Example
Text Example
White with #BB92DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB92DE; }
p { color: rgb(187,146,222); }
H1.HeaderClassName
{
color: #BB92DE;
}
.AnyTagClassName
{
color: #BB92DE;
}
</style>
background-color css
<style>
a { background-color: #BB92DE; }
a { background-color: rgb(187,146,222); }
div.DivClassName
{
background-color: #BB92DE;
}
.BgClassName
{
background-color: #BB92DE;
}
</style>
border-color css
<style>
span { border-color: #BB92DE; }
span { border-color: rgb(187,146,222); }
td.TdClassName
{
border-color: #BB92DE;
}
.TagClassName
{
border-color: #BB92DE;
}
</style>