Shades of Wisteria #BC91D0
Tints of Wisteria #BC91D0
RGB
CMYK
RGB Variations
Color information
#BC91D0 (or 0xBC91D0) is known color: Wisteria. HEX triplet: BC, 91 and D0. RGB value is (188,145,208). Sum of RGB (Red+Green+Blue) = 188+145+208=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC91D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91D0 is #436E2F. Grayscale: #A4A4A4. Windows color (decimal): -4419120 or 13668796. OLE color: 13668796.
HSL color Cylindrical-coordinate representation of color #BC91D0: hue angle of 280.95º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC91D0 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 145 | 208 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.18 |
| HSL | 280.95º | 0.4% | 0.69% | - |
| HSV(B) | 280.95º | 0.3% | 0.82% | - |
| XYZ | 42.25 | 35.5 | 64.3 | - |
| YUV | 165.04 | 152.25 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 208 | 0.10 | 0.30 | 0 | 0.18 | 280.95 | 0.4 | 0.69 |
| Hex | BC | 91 | D0 | A | 1E | 0 | 12 | 119 | 28 | 45 |
| Octal | 274 | 221 | 320 | 12 | 36 | 0 | 22 | 431 | 50 | 105 |
| Binary | 10111100 | 10010001 | 11010000 | 1010 | 11110 | 0 | 10010 | 100011001 | 101000 | 1000101 |
Color Harmonies of #BC91D0
Complementary color
Monochromatic Colors of #BC91D0
Black with #BC91D0
Text Example
Text Example
White with #BC91D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC91D0; }
p { color: rgb(188,145,208); }
H1.HeaderClassName
{
color: #BC91D0;
}
.AnyTagClassName
{
color: #BC91D0;
}
</style>
background-color css
<style>
a { background-color: #BC91D0; }
a { background-color: rgb(188,145,208); }
div.DivClassName
{
background-color: #BC91D0;
}
.BgClassName
{
background-color: #BC91D0;
}
</style>
border-color css
<style>
span { border-color: #BC91D0; }
span { border-color: rgb(188,145,208); }
td.TdClassName
{
border-color: #BC91D0;
}
.TagClassName
{
border-color: #BC91D0;
}
</style>