Shades of Wisteria #BB92DA
Tints of Wisteria #BB92DA
RGB
CMYK
RGB Variations
Color information
#BB92DA (or 0xBB92DA) is known color: Wisteria. HEX triplet: BB, 92 and DA. RGB value is (187,146,218). Sum of RGB (Red+Green+Blue) = 187+146+218=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB92DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92DA is #446D25. Grayscale: #A6A6A6. Windows color (decimal): -4484390 or 14324411. OLE color: 14324411.
HSL color Cylindrical-coordinate representation of color #BB92DA: hue angle of 274.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB92DA is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 146 | 218 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.15 |
| HSL | 274.17º | 0.49% | 0.71% | - |
| HSV(B) | 274.17º | 0.33% | 0.85% | - |
| XYZ | 43.43 | 36.18 | 71.03 | - |
| YUV | 166.47 | 157.08 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 218 | 0.14 | 0.33 | 0 | 0.15 | 274.17 | 0.49 | 0.71 |
| Hex | BB | 92 | DA | E | 21 | 0 | F | 112 | 31 | 47 |
| Octal | 273 | 222 | 332 | 16 | 41 | 0 | 17 | 422 | 61 | 107 |
| Binary | 10111011 | 10010010 | 11011010 | 1110 | 100001 | 0 | 1111 | 100010010 | 110001 | 1000111 |
Color Harmonies of #BB92DA
Complementary color
Monochromatic Colors of #BB92DA
Black with #BB92DA
Text Example
Text Example
White with #BB92DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB92DA; }
p { color: rgb(187,146,218); }
H1.HeaderClassName
{
color: #BB92DA;
}
.AnyTagClassName
{
color: #BB92DA;
}
</style>
background-color css
<style>
a { background-color: #BB92DA; }
a { background-color: rgb(187,146,218); }
div.DivClassName
{
background-color: #BB92DA;
}
.BgClassName
{
background-color: #BB92DA;
}
</style>
border-color css
<style>
span { border-color: #BB92DA; }
span { border-color: rgb(187,146,218); }
td.TdClassName
{
border-color: #BB92DA;
}
.TagClassName
{
border-color: #BB92DA;
}
</style>