Shades of Wisteria #BC90E3
Tints of Wisteria #BC90E3
RGB
CMYK
RGB Variations
Color information
#BC90E3 (or 0xBC90E3) is known color: Wisteria. HEX triplet: BC, 90 and E3. RGB value is (188,144,227). Sum of RGB (Red+Green+Blue) = 188+144+227=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 227 (89.06% from 255 or 40.61% from 559); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC90E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90E3 is #436F1C. Grayscale: #A6A6A6. Windows color (decimal): -4419357 or 14913724. OLE color: 14913724.
HSL color Cylindrical-coordinate representation of color #BC90E3: hue angle of 271.81º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC90E3 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 144 | 227 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.11 |
| HSL | 271.81º | 0.6% | 0.73% | - |
| HSV(B) | 271.81º | 0.37% | 0.89% | - |
| XYZ | 44.58 | 36.18 | 77.31 | - |
| YUV | 166.62 | 162.08 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 227 | 0.17 | 0.37 | 0 | 0.11 | 271.81 | 0.6 | 0.73 |
| Hex | BC | 90 | E3 | 11 | 25 | 0 | B | 110 | 3C | 49 |
| Octal | 274 | 220 | 343 | 21 | 45 | 0 | 13 | 420 | 74 | 111 |
| Binary | 10111100 | 10010000 | 11100011 | 10001 | 100101 | 0 | 1011 | 100010000 | 111100 | 1001001 |
Color Harmonies of #BC90E3
Complementary color
Monochromatic Colors of #BC90E3
Black with #BC90E3
Text Example
Text Example
White with #BC90E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC90E3; }
p { color: rgb(188,144,227); }
H1.HeaderClassName
{
color: #BC90E3;
}
.AnyTagClassName
{
color: #BC90E3;
}
</style>
background-color css
<style>
a { background-color: #BC90E3; }
a { background-color: rgb(188,144,227); }
div.DivClassName
{
background-color: #BC90E3;
}
.BgClassName
{
background-color: #BC90E3;
}
</style>
border-color css
<style>
span { border-color: #BC90E3; }
span { border-color: rgb(188,144,227); }
td.TdClassName
{
border-color: #BC90E3;
}
.TagClassName
{
border-color: #BC90E3;
}
</style>