Shades of Wisteria #BC8CEA
Tints of Wisteria #BC8CEA
RGB
CMYK
RGB Variations
Color information
#BC8CEA (or 0xBC8CEA) is known color: Wisteria. HEX triplet: BC, 8C and EA. RGB value is (188,140,234). Sum of RGB (Red+Green+Blue) = 188+140+234=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC8CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8CEA is #437315. Grayscale: #A4A4A4. Windows color (decimal): -4420374 or 15371452. OLE color: 15371452.
HSL color Cylindrical-coordinate representation of color #BC8CEA: hue angle of 270.64º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC8CEA is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 140 | 234 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.08 |
| HSL | 270.64º | 0.69% | 0.73% | - |
| HSV(B) | 270.64º | 0.4% | 0.92% | - |
| XYZ | 44.97 | 35.39 | 82.3 | - |
| YUV | 165.07 | 166.9 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 234 | 0.20 | 0.40 | 0 | 0.08 | 270.64 | 0.69 | 0.73 |
| Hex | BC | 8C | EA | 14 | 28 | 0 | 8 | 10F | 45 | 49 |
| Octal | 274 | 214 | 352 | 24 | 50 | 0 | 10 | 417 | 105 | 111 |
| Binary | 10111100 | 10001100 | 11101010 | 10100 | 101000 | 0 | 1000 | 100001111 | 1000101 | 1001001 |
Color Harmonies of #BC8CEA
Complementary color
Monochromatic Colors of #BC8CEA
Black with #BC8CEA
Text Example
Text Example
White with #BC8CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CEA; }
p { color: rgb(188,140,234); }
H1.HeaderClassName
{
color: #BC8CEA;
}
.AnyTagClassName
{
color: #BC8CEA;
}
</style>
background-color css
<style>
a { background-color: #BC8CEA; }
a { background-color: rgb(188,140,234); }
div.DivClassName
{
background-color: #BC8CEA;
}
.BgClassName
{
background-color: #BC8CEA;
}
</style>
border-color css
<style>
span { border-color: #BC8CEA; }
span { border-color: rgb(188,140,234); }
td.TdClassName
{
border-color: #BC8CEA;
}
.TagClassName
{
border-color: #BC8CEA;
}
</style>