Shades of Wisteria #BB8EDC
Tints of Wisteria #BB8EDC
RGB
CMYK
RGB Variations
Color information
#BB8EDC (or 0xBB8EDC) is known color: Wisteria. HEX triplet: BB, 8E and DC. RGB value is (187,142,220). Sum of RGB (Red+Green+Blue) = 187+142+220=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB8EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8EDC is #447123. Grayscale: #A4A4A4. Windows color (decimal): -4485412 or 14454459. OLE color: 14454459.
HSL color Cylindrical-coordinate representation of color #BB8EDC: hue angle of 274.62º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB8EDC is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 142 | 220 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.14 |
| HSL | 274.62º | 0.53% | 0.71% | - |
| HSV(B) | 274.62º | 0.35% | 0.86% | - |
| XYZ | 43.08 | 35.08 | 72.21 | - |
| YUV | 164.35 | 159.41 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 220 | 0.15 | 0.35 | 0 | 0.14 | 274.62 | 0.53 | 0.71 |
| Hex | BB | 8E | DC | F | 23 | 0 | E | 113 | 35 | 47 |
| Octal | 273 | 216 | 334 | 17 | 43 | 0 | 16 | 423 | 65 | 107 |
| Binary | 10111011 | 10001110 | 11011100 | 1111 | 100011 | 0 | 1110 | 100010011 | 110101 | 1000111 |
Color Harmonies of #BB8EDC
Complementary color
Monochromatic Colors of #BB8EDC
Black with #BB8EDC
Text Example
Text Example
White with #BB8EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8EDC; }
p { color: rgb(187,142,220); }
H1.HeaderClassName
{
color: #BB8EDC;
}
.AnyTagClassName
{
color: #BB8EDC;
}
</style>
background-color css
<style>
a { background-color: #BB8EDC; }
a { background-color: rgb(187,142,220); }
div.DivClassName
{
background-color: #BB8EDC;
}
.BgClassName
{
background-color: #BB8EDC;
}
</style>
border-color css
<style>
span { border-color: #BB8EDC; }
span { border-color: rgb(187,142,220); }
td.TdClassName
{
border-color: #BB8EDC;
}
.TagClassName
{
border-color: #BB8EDC;
}
</style>