Shades of Wisteria #BB8BDC
Tints of Wisteria #BB8BDC
RGB
CMYK
RGB Variations
Color information
#BB8BDC (or 0xBB8BDC) is known color: Wisteria. HEX triplet: BB, 8B and DC. RGB value is (187,139,220). Sum of RGB (Red+Green+Blue) = 187+139+220=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB8BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BDC is #447423. Grayscale: #A2A2A2. Windows color (decimal): -4486180 or 14453691. OLE color: 14453691.
HSL color Cylindrical-coordinate representation of color #BB8BDC: hue angle of 275.56º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB8BDC is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 139 | 220 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.14 |
| HSL | 275.56º | 0.54% | 0.7% | - |
| HSV(B) | 275.56º | 0.37% | 0.86% | - |
| XYZ | 42.64 | 34.2 | 72.06 | - |
| YUV | 162.59 | 160.4 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 220 | 0.15 | 0.37 | 0 | 0.14 | 275.56 | 0.54 | 0.7 |
| Hex | BB | 8B | DC | F | 25 | 0 | E | 114 | 36 | 46 |
| Octal | 273 | 213 | 334 | 17 | 45 | 0 | 16 | 424 | 66 | 106 |
| Binary | 10111011 | 10001011 | 11011100 | 1111 | 100101 | 0 | 1110 | 100010100 | 110110 | 1000110 |
Color Harmonies of #BB8BDC
Complementary color
Monochromatic Colors of #BB8BDC
Black with #BB8BDC
Text Example
Text Example
White with #BB8BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8BDC; }
p { color: rgb(187,139,220); }
H1.HeaderClassName
{
color: #BB8BDC;
}
.AnyTagClassName
{
color: #BB8BDC;
}
</style>
background-color css
<style>
a { background-color: #BB8BDC; }
a { background-color: rgb(187,139,220); }
div.DivClassName
{
background-color: #BB8BDC;
}
.BgClassName
{
background-color: #BB8BDC;
}
</style>
border-color css
<style>
span { border-color: #BB8BDC; }
span { border-color: rgb(187,139,220); }
td.TdClassName
{
border-color: #BB8BDC;
}
.TagClassName
{
border-color: #BB8BDC;
}
</style>