Shades of Wisteria #BC8FDC
Tints of Wisteria #BC8FDC
RGB
CMYK
RGB Variations
Color information
#BC8FDC (or 0xBC8FDC) is known color: Wisteria. HEX triplet: BC, 8F and DC. RGB value is (188,143,220). Sum of RGB (Red+Green+Blue) = 188+143+220=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC8FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FDC is #437023. Grayscale: #A4A4A4. Windows color (decimal): -4419620 or 14454716. OLE color: 14454716.
HSL color Cylindrical-coordinate representation of color #BC8FDC: hue angle of 275.06º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC8FDC is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 143 | 220 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.14 |
| HSL | 275.06º | 0.52% | 0.71% | - |
| HSV(B) | 275.06º | 0.35% | 0.86% | - |
| XYZ | 43.48 | 35.5 | 72.27 | - |
| YUV | 165.23 | 158.91 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 220 | 0.15 | 0.35 | 0 | 0.14 | 275.06 | 0.52 | 0.71 |
| Hex | BC | 8F | DC | F | 23 | 0 | E | 113 | 34 | 47 |
| Octal | 274 | 217 | 334 | 17 | 43 | 0 | 16 | 423 | 64 | 107 |
| Binary | 10111100 | 10001111 | 11011100 | 1111 | 100011 | 0 | 1110 | 100010011 | 110100 | 1000111 |
Color Harmonies of #BC8FDC
Complementary color
Monochromatic Colors of #BC8FDC
Black with #BC8FDC
Text Example
Text Example
White with #BC8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FDC; }
p { color: rgb(188,143,220); }
H1.HeaderClassName
{
color: #BC8FDC;
}
.AnyTagClassName
{
color: #BC8FDC;
}
</style>
background-color css
<style>
a { background-color: #BC8FDC; }
a { background-color: rgb(188,143,220); }
div.DivClassName
{
background-color: #BC8FDC;
}
.BgClassName
{
background-color: #BC8FDC;
}
</style>
border-color css
<style>
span { border-color: #BC8FDC; }
span { border-color: rgb(188,143,220); }
td.TdClassName
{
border-color: #BC8FDC;
}
.TagClassName
{
border-color: #BC8FDC;
}
</style>