Shades of Wisteria #BC8AD4
Tints of Wisteria #BC8AD4
RGB
CMYK
RGB Variations
Color information
#BC8AD4 (or 0xBC8AD4) is known color: Wisteria. HEX triplet: BC, 8A and D4. RGB value is (188,138,212). Sum of RGB (Red+Green+Blue) = 188+138+212=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC8AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8AD4 is #43752B. Grayscale: #A1A1A1. Windows color (decimal): -4420908 or 13929148. OLE color: 13929148.
HSL color Cylindrical-coordinate representation of color #BC8AD4: hue angle of 280.54º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC8AD4 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 138 | 212 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.17 |
| HSL | 280.54º | 0.46% | 0.69% | - |
| HSV(B) | 280.54º | 0.35% | 0.83% | - |
| XYZ | 41.71 | 33.62 | 66.58 | - |
| YUV | 161.39 | 156.57 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 212 | 0.11 | 0.35 | 0 | 0.17 | 280.54 | 0.46 | 0.69 |
| Hex | BC | 8A | D4 | B | 23 | 0 | 11 | 119 | 2E | 45 |
| Octal | 274 | 212 | 324 | 13 | 43 | 0 | 21 | 431 | 56 | 105 |
| Binary | 10111100 | 10001010 | 11010100 | 1011 | 100011 | 0 | 10001 | 100011001 | 101110 | 1000101 |
Color Harmonies of #BC8AD4
Complementary color
Monochromatic Colors of #BC8AD4
Black with #BC8AD4
Text Example
Text Example
White with #BC8AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8AD4; }
p { color: rgb(188,138,212); }
H1.HeaderClassName
{
color: #BC8AD4;
}
.AnyTagClassName
{
color: #BC8AD4;
}
</style>
background-color css
<style>
a { background-color: #BC8AD4; }
a { background-color: rgb(188,138,212); }
div.DivClassName
{
background-color: #BC8AD4;
}
.BgClassName
{
background-color: #BC8AD4;
}
</style>
border-color css
<style>
span { border-color: #BC8AD4; }
span { border-color: rgb(188,138,212); }
td.TdClassName
{
border-color: #BC8AD4;
}
.TagClassName
{
border-color: #BC8AD4;
}
</style>