Shades of Wisteria #BC90DF
Tints of Wisteria #BC90DF
RGB
CMYK
RGB Variations
Color information
#BC90DF (or 0xBC90DF) is known color: Wisteria. HEX triplet: BC, 90 and DF. RGB value is (188,144,223). Sum of RGB (Red+Green+Blue) = 188+144+223=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC90DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90DF is #436F20. Grayscale: #A5A5A5. Windows color (decimal): -4419361 or 14651580. OLE color: 14651580.
HSL color Cylindrical-coordinate representation of color #BC90DF: hue angle of 273.42º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC90DF is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 144 | 223 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.13 |
| HSL | 273.42º | 0.55% | 0.72% | - |
| HSV(B) | 273.42º | 0.35% | 0.87% | - |
| XYZ | 44.03 | 35.97 | 74.43 | - |
| YUV | 166.16 | 160.08 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 223 | 0.16 | 0.35 | 0 | 0.13 | 273.42 | 0.55 | 0.72 |
| Hex | BC | 90 | DF | 10 | 23 | 0 | D | 111 | 37 | 48 |
| Octal | 274 | 220 | 337 | 20 | 43 | 0 | 15 | 421 | 67 | 110 |
| Binary | 10111100 | 10010000 | 11011111 | 10000 | 100011 | 0 | 1101 | 100010001 | 110111 | 1001000 |
Color Harmonies of #BC90DF
Complementary color
Monochromatic Colors of #BC90DF
Black with #BC90DF
Text Example
Text Example
White with #BC90DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC90DF; }
p { color: rgb(188,144,223); }
H1.HeaderClassName
{
color: #BC90DF;
}
.AnyTagClassName
{
color: #BC90DF;
}
</style>
background-color css
<style>
a { background-color: #BC90DF; }
a { background-color: rgb(188,144,223); }
div.DivClassName
{
background-color: #BC90DF;
}
.BgClassName
{
background-color: #BC90DF;
}
</style>
border-color css
<style>
span { border-color: #BC90DF; }
span { border-color: rgb(188,144,223); }
td.TdClassName
{
border-color: #BC90DF;
}
.TagClassName
{
border-color: #BC90DF;
}
</style>