Shades of Wisteria #BB92DD
Tints of Wisteria #BB92DD
RGB
CMYK
RGB Variations
Color information
#BB92DD (or 0xBB92DD) is known color: Wisteria. HEX triplet: BB, 92 and DD. RGB value is (187,146,221). Sum of RGB (Red+Green+Blue) = 187+146+221=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB92DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92DD is #446D22. Grayscale: #A6A6A6. Windows color (decimal): -4484387 or 14521019. OLE color: 14521019.
HSL color Cylindrical-coordinate representation of color #BB92DD: hue angle of 272.8º degrees, saturation: 0.52, 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 #BB92DD is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 146 | 221 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.13 |
| HSL | 272.8º | 0.52% | 0.72% | - |
| HSV(B) | 272.8º | 0.34% | 0.87% | - |
| XYZ | 43.82 | 36.34 | 73.11 | - |
| YUV | 166.81 | 158.58 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 221 | 0.15 | 0.34 | 0 | 0.13 | 272.8 | 0.52 | 0.72 |
| Hex | BB | 92 | DD | F | 22 | 0 | D | 111 | 34 | 48 |
| Octal | 273 | 222 | 335 | 17 | 42 | 0 | 15 | 421 | 64 | 110 |
| Binary | 10111011 | 10010010 | 11011101 | 1111 | 100010 | 0 | 1101 | 100010001 | 110100 | 1001000 |
Color Harmonies of #BB92DD
Complementary color
Monochromatic Colors of #BB92DD
Black with #BB92DD
Text Example
Text Example
White with #BB92DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB92DD; }
p { color: rgb(187,146,221); }
H1.HeaderClassName
{
color: #BB92DD;
}
.AnyTagClassName
{
color: #BB92DD;
}
</style>
background-color css
<style>
a { background-color: #BB92DD; }
a { background-color: rgb(187,146,221); }
div.DivClassName
{
background-color: #BB92DD;
}
.BgClassName
{
background-color: #BB92DD;
}
</style>
border-color css
<style>
span { border-color: #BB92DD; }
span { border-color: rgb(187,146,221); }
td.TdClassName
{
border-color: #BB92DD;
}
.TagClassName
{
border-color: #BB92DD;
}
</style>