Shades of Wisteria #BB92E0
Tints of Wisteria #BB92E0
RGB
CMYK
RGB Variations
Color information
#BB92E0 (or 0xBB92E0) is known color: Wisteria. HEX triplet: BB, 92 and E0. RGB value is (187,146,224). Sum of RGB (Red+Green+Blue) = 187+146+224=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB92E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92E0 is #446D1F. Grayscale: #A6A6A6. Windows color (decimal): -4484384 or 14717627. OLE color: 14717627.
HSL color Cylindrical-coordinate representation of color #BB92E0: hue angle of 271.54º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB92E0 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 146 | 224 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.12 |
| HSL | 271.54º | 0.56% | 0.73% | - |
| HSV(B) | 271.54º | 0.35% | 0.88% | - |
| XYZ | 44.23 | 36.5 | 75.24 | - |
| YUV | 167.15 | 160.08 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 224 | 0.17 | 0.35 | 0 | 0.12 | 271.54 | 0.56 | 0.73 |
| Hex | BB | 92 | E0 | 11 | 23 | 0 | C | 110 | 38 | 49 |
| Octal | 273 | 222 | 340 | 21 | 43 | 0 | 14 | 420 | 70 | 111 |
| Binary | 10111011 | 10010010 | 11100000 | 10001 | 100011 | 0 | 1100 | 100010000 | 111000 | 1001001 |
Color Harmonies of #BB92E0
Complementary color
Monochromatic Colors of #BB92E0
Black with #BB92E0
Text Example
Text Example
White with #BB92E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB92E0; }
p { color: rgb(187,146,224); }
H1.HeaderClassName
{
color: #BB92E0;
}
.AnyTagClassName
{
color: #BB92E0;
}
</style>
background-color css
<style>
a { background-color: #BB92E0; }
a { background-color: rgb(187,146,224); }
div.DivClassName
{
background-color: #BB92E0;
}
.BgClassName
{
background-color: #BB92E0;
}
</style>
border-color css
<style>
span { border-color: #BB92E0; }
span { border-color: rgb(187,146,224); }
td.TdClassName
{
border-color: #BB92E0;
}
.TagClassName
{
border-color: #BB92E0;
}
</style>