Shades of Wisteria #BB83DB
Tints of Wisteria #BB83DB
RGB
CMYK
RGB Variations
Color information
#BB83DB (or 0xBB83DB) is known color: Wisteria. HEX triplet: BB, 83 and DB. RGB value is (187,131,219). Sum of RGB (Red+Green+Blue) = 187+131+219=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB83DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB83DB is #447C24. Grayscale: #9D9D9D. Windows color (decimal): -4488229 or 14386107. OLE color: 14386107.
HSL color Cylindrical-coordinate representation of color #BB83DB: hue angle of 278.18º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB83DB is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 131 | 219 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.14 |
| HSL | 278.18º | 0.55% | 0.69% | - |
| HSV(B) | 278.18º | 0.4% | 0.86% | - |
| XYZ | 41.4 | 31.91 | 71 | - |
| YUV | 157.78 | 162.55 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 219 | 0.15 | 0.40 | 0 | 0.14 | 278.18 | 0.55 | 0.69 |
| Hex | BB | 83 | DB | F | 28 | 0 | E | 116 | 37 | 45 |
| Octal | 273 | 203 | 333 | 17 | 50 | 0 | 16 | 426 | 67 | 105 |
| Binary | 10111011 | 10000011 | 11011011 | 1111 | 101000 | 0 | 1110 | 100010110 | 110111 | 1000101 |
Color Harmonies of #BB83DB
Complementary color
Monochromatic Colors of #BB83DB
Black with #BB83DB
Text Example
Text Example
White with #BB83DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB83DB; }
p { color: rgb(187,131,219); }
H1.HeaderClassName
{
color: #BB83DB;
}
.AnyTagClassName
{
color: #BB83DB;
}
</style>
background-color css
<style>
a { background-color: #BB83DB; }
a { background-color: rgb(187,131,219); }
div.DivClassName
{
background-color: #BB83DB;
}
.BgClassName
{
background-color: #BB83DB;
}
</style>
border-color css
<style>
span { border-color: #BB83DB; }
span { border-color: rgb(187,131,219); }
td.TdClassName
{
border-color: #BB83DB;
}
.TagClassName
{
border-color: #BB83DB;
}
</style>