Shades of Wisteria #BC8AED
Tints of Wisteria #BC8AED
RGB
CMYK
RGB Variations
Color information
#BC8AED (or 0xBC8AED) is known color: Wisteria. HEX triplet: BC, 8A and ED. RGB value is (188,138,237). Sum of RGB (Red+Green+Blue) = 188+138+237=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC8AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8AED is #437512. Grayscale: #A3A3A3. Windows color (decimal): -4420883 or 15567548. OLE color: 15567548.
HSL color Cylindrical-coordinate representation of color #BC8AED: hue angle of 270.3º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC8AED is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 138 | 237 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.07 |
| HSL | 270.3º | 0.73% | 0.74% | - |
| HSV(B) | 270.3º | 0.42% | 0.93% | - |
| XYZ | 45.11 | 34.98 | 84.5 | - |
| YUV | 164.24 | 169.07 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 237 | 0.21 | 0.42 | 0 | 0.07 | 270.3 | 0.73 | 0.74 |
| Hex | BC | 8A | ED | 15 | 2A | 0 | 7 | 10E | 49 | 4A |
| Octal | 274 | 212 | 355 | 25 | 52 | 0 | 7 | 416 | 111 | 112 |
| Binary | 10111100 | 10001010 | 11101101 | 10101 | 101010 | 0 | 111 | 100001110 | 1001001 | 1001010 |
Color Harmonies of #BC8AED
Complementary color
Monochromatic Colors of #BC8AED
Black with #BC8AED
Text Example
Text Example
White with #BC8AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8AED; }
p { color: rgb(188,138,237); }
H1.HeaderClassName
{
color: #BC8AED;
}
.AnyTagClassName
{
color: #BC8AED;
}
</style>
background-color css
<style>
a { background-color: #BC8AED; }
a { background-color: rgb(188,138,237); }
div.DivClassName
{
background-color: #BC8AED;
}
.BgClassName
{
background-color: #BC8AED;
}
</style>
border-color css
<style>
span { border-color: #BC8AED; }
span { border-color: rgb(188,138,237); }
td.TdClassName
{
border-color: #BC8AED;
}
.TagClassName
{
border-color: #BC8AED;
}
</style>