Shades of Wisteria #BB92D5
Tints of Wisteria #BB92D5
RGB
CMYK
RGB Variations
Color information
#BB92D5 (or 0xBB92D5) is known color: Wisteria. HEX triplet: BB, 92 and D5. RGB value is (187,146,213). Sum of RGB (Red+Green+Blue) = 187+146+213=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB92D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92D5 is #446D2A. Grayscale: #A5A5A5. Windows color (decimal): -4484395 or 13996731. OLE color: 13996731.
HSL color Cylindrical-coordinate representation of color #BB92D5: hue angle of 276.72º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB92D5 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 146 | 213 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.16 |
| HSL | 276.72º | 0.44% | 0.7% | - |
| HSV(B) | 276.72º | 0.31% | 0.84% | - |
| XYZ | 42.78 | 35.93 | 67.63 | - |
| YUV | 165.9 | 154.58 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 213 | 0.12 | 0.31 | 0 | 0.16 | 276.72 | 0.44 | 0.7 |
| Hex | BB | 92 | D5 | C | 1F | 0 | 10 | 115 | 2C | 46 |
| Octal | 273 | 222 | 325 | 14 | 37 | 0 | 20 | 425 | 54 | 106 |
| Binary | 10111011 | 10010010 | 11010101 | 1100 | 11111 | 0 | 10000 | 100010101 | 101100 | 1000110 |
Color Harmonies of #BB92D5
Complementary color
Monochromatic Colors of #BB92D5
Black with #BB92D5
Text Example
Text Example
White with #BB92D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB92D5; }
p { color: rgb(187,146,213); }
H1.HeaderClassName
{
color: #BB92D5;
}
.AnyTagClassName
{
color: #BB92D5;
}
</style>
background-color css
<style>
a { background-color: #BB92D5; }
a { background-color: rgb(187,146,213); }
div.DivClassName
{
background-color: #BB92D5;
}
.BgClassName
{
background-color: #BB92D5;
}
</style>
border-color css
<style>
span { border-color: #BB92D5; }
span { border-color: rgb(187,146,213); }
td.TdClassName
{
border-color: #BB92D5;
}
.TagClassName
{
border-color: #BB92D5;
}
</style>