Shades of Wisteria #BB8CDE
Tints of Wisteria #BB8CDE
RGB
CMYK
RGB Variations
Color information
#BB8CDE (or 0xBB8CDE) is known color: Wisteria. HEX triplet: BB, 8C and DE. RGB value is (187,140,222). Sum of RGB (Red+Green+Blue) = 187+140+222=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB8CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8CDE is #447321. Grayscale: #A3A3A3. Windows color (decimal): -4485922 or 14585019. OLE color: 14585019.
HSL color Cylindrical-coordinate representation of color #BB8CDE: hue angle of 274.39º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB8CDE is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 140 | 222 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.13 |
| HSL | 274.39º | 0.55% | 0.71% | - |
| HSV(B) | 274.39º | 0.37% | 0.87% | - |
| XYZ | 43.06 | 34.59 | 73.52 | - |
| YUV | 163.4 | 161.07 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 222 | 0.16 | 0.37 | 0 | 0.13 | 274.39 | 0.55 | 0.71 |
| Hex | BB | 8C | DE | 10 | 25 | 0 | D | 112 | 37 | 47 |
| Octal | 273 | 214 | 336 | 20 | 45 | 0 | 15 | 422 | 67 | 107 |
| Binary | 10111011 | 10001100 | 11011110 | 10000 | 100101 | 0 | 1101 | 100010010 | 110111 | 1000111 |
Color Harmonies of #BB8CDE
Complementary color
Monochromatic Colors of #BB8CDE
Black with #BB8CDE
Text Example
Text Example
White with #BB8CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8CDE; }
p { color: rgb(187,140,222); }
H1.HeaderClassName
{
color: #BB8CDE;
}
.AnyTagClassName
{
color: #BB8CDE;
}
</style>
background-color css
<style>
a { background-color: #BB8CDE; }
a { background-color: rgb(187,140,222); }
div.DivClassName
{
background-color: #BB8CDE;
}
.BgClassName
{
background-color: #BB8CDE;
}
</style>
border-color css
<style>
span { border-color: #BB8CDE; }
span { border-color: rgb(187,140,222); }
td.TdClassName
{
border-color: #BB8CDE;
}
.TagClassName
{
border-color: #BB8CDE;
}
</style>