Shades of Wisteria #BB92DF
Tints of Wisteria #BB92DF
RGB
CMYK
RGB Variations
Color information
#BB92DF (or 0xBB92DF) is known color: Wisteria. HEX triplet: BB, 92 and DF. RGB value is (187,146,223). Sum of RGB (Red+Green+Blue) = 187+146+223=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB92DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92DF is #446D20. Grayscale: #A6A6A6. Windows color (decimal): -4484385 or 14652091. OLE color: 14652091.
HSL color Cylindrical-coordinate representation of color #BB92DF: hue angle of 271.95º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB92DF is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 146 | 223 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.13 |
| HSL | 271.95º | 0.55% | 0.72% | - |
| HSV(B) | 271.95º | 0.35% | 0.87% | - |
| XYZ | 44.09 | 36.45 | 74.52 | - |
| YUV | 167.04 | 159.58 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 223 | 0.16 | 0.35 | 0 | 0.13 | 271.95 | 0.55 | 0.72 |
| Hex | BB | 92 | DF | 10 | 23 | 0 | D | 110 | 37 | 48 |
| Octal | 273 | 222 | 337 | 20 | 43 | 0 | 15 | 420 | 67 | 110 |
| Binary | 10111011 | 10010010 | 11011111 | 10000 | 100011 | 0 | 1101 | 100010000 | 110111 | 1001000 |
Color Harmonies of #BB92DF
Complementary color
Monochromatic Colors of #BB92DF
Black with #BB92DF
Text Example
Text Example
White with #BB92DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB92DF; }
p { color: rgb(187,146,223); }
H1.HeaderClassName
{
color: #BB92DF;
}
.AnyTagClassName
{
color: #BB92DF;
}
</style>
background-color css
<style>
a { background-color: #BB92DF; }
a { background-color: rgb(187,146,223); }
div.DivClassName
{
background-color: #BB92DF;
}
.BgClassName
{
background-color: #BB92DF;
}
</style>
border-color css
<style>
span { border-color: #BB92DF; }
span { border-color: rgb(187,146,223); }
td.TdClassName
{
border-color: #BB92DF;
}
.TagClassName
{
border-color: #BB92DF;
}
</style>