Shades of Wisteria #BC8CED
Tints of Wisteria #BC8CED
RGB
CMYK
RGB Variations
Color information
#BC8CED (or 0xBC8CED) is known color: Wisteria. HEX triplet: BC, 8C and ED. RGB value is (188,140,237). Sum of RGB (Red+Green+Blue) = 188+140+237=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC8CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8CED is #437312. Grayscale: #A5A5A5. Windows color (decimal): -4420371 or 15568060. OLE color: 15568060.
HSL color Cylindrical-coordinate representation of color #BC8CED: hue angle of 269.69º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC8CED is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 140 | 237 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.07 |
| HSL | 269.69º | 0.73% | 0.74% | - |
| HSV(B) | 269.69º | 0.41% | 0.93% | - |
| XYZ | 45.4 | 35.56 | 84.59 | - |
| YUV | 165.41 | 168.4 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 237 | 0.21 | 0.41 | 0 | 0.07 | 269.69 | 0.73 | 0.74 |
| Hex | BC | 8C | ED | 15 | 29 | 0 | 7 | 10E | 49 | 4A |
| Octal | 274 | 214 | 355 | 25 | 51 | 0 | 7 | 416 | 111 | 112 |
| Binary | 10111100 | 10001100 | 11101101 | 10101 | 101001 | 0 | 111 | 100001110 | 1001001 | 1001010 |
Color Harmonies of #BC8CED
Complementary color
Monochromatic Colors of #BC8CED
Black with #BC8CED
Text Example
Text Example
White with #BC8CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CED; }
p { color: rgb(188,140,237); }
H1.HeaderClassName
{
color: #BC8CED;
}
.AnyTagClassName
{
color: #BC8CED;
}
</style>
background-color css
<style>
a { background-color: #BC8CED; }
a { background-color: rgb(188,140,237); }
div.DivClassName
{
background-color: #BC8CED;
}
.BgClassName
{
background-color: #BC8CED;
}
</style>
border-color css
<style>
span { border-color: #BC8CED; }
span { border-color: rgb(188,140,237); }
td.TdClassName
{
border-color: #BC8CED;
}
.TagClassName
{
border-color: #BC8CED;
}
</style>