Shades of Wisteria #BC90E1
Tints of Wisteria #BC90E1
RGB
CMYK
RGB Variations
Color information
#BC90E1 (or 0xBC90E1) is known color: Wisteria. HEX triplet: BC, 90 and E1. RGB value is (188,144,225). Sum of RGB (Red+Green+Blue) = 188+144+225=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC90E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90E1 is #436F1E. Grayscale: #A6A6A6. Windows color (decimal): -4419359 or 14782652. OLE color: 14782652.
HSL color Cylindrical-coordinate representation of color #BC90E1: hue angle of 272.59º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC90E1 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 144 | 225 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.12 |
| HSL | 272.59º | 0.57% | 0.72% | - |
| HSV(B) | 272.59º | 0.36% | 0.88% | - |
| XYZ | 44.3 | 36.07 | 75.86 | - |
| YUV | 166.39 | 161.08 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 225 | 0.16 | 0.36 | 0 | 0.12 | 272.59 | 0.57 | 0.72 |
| Hex | BC | 90 | E1 | 10 | 24 | 0 | C | 111 | 39 | 48 |
| Octal | 274 | 220 | 341 | 20 | 44 | 0 | 14 | 421 | 71 | 110 |
| Binary | 10111100 | 10010000 | 11100001 | 10000 | 100100 | 0 | 1100 | 100010001 | 111001 | 1001000 |
Color Harmonies of #BC90E1
Complementary color
Monochromatic Colors of #BC90E1
Black with #BC90E1
Text Example
Text Example
White with #BC90E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC90E1; }
p { color: rgb(188,144,225); }
H1.HeaderClassName
{
color: #BC90E1;
}
.AnyTagClassName
{
color: #BC90E1;
}
</style>
background-color css
<style>
a { background-color: #BC90E1; }
a { background-color: rgb(188,144,225); }
div.DivClassName
{
background-color: #BC90E1;
}
.BgClassName
{
background-color: #BC90E1;
}
</style>
border-color css
<style>
span { border-color: #BC90E1; }
span { border-color: rgb(188,144,225); }
td.TdClassName
{
border-color: #BC90E1;
}
.TagClassName
{
border-color: #BC90E1;
}
</style>