Shades of Wisteria #BC8BE8
Tints of Wisteria #BC8BE8
RGB
CMYK
RGB Variations
Color information
#BC8BE8 (or 0xBC8BE8) is known color: Wisteria. HEX triplet: BC, 8B and E8. RGB value is (188,139,232). Sum of RGB (Red+Green+Blue) = 188+139+232=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC8BE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8BE8 is #437417. Grayscale: #A3A3A3. Windows color (decimal): -4420632 or 15240124. OLE color: 15240124.
HSL color Cylindrical-coordinate representation of color #BC8BE8: hue angle of 271.61º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC8BE8 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 139 | 232 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.09 |
| HSL | 271.61º | 0.67% | 0.73% | - |
| HSV(B) | 271.61º | 0.4% | 0.91% | - |
| XYZ | 44.54 | 34.98 | 80.75 | - |
| YUV | 164.25 | 166.23 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 232 | 0.19 | 0.40 | 0 | 0.09 | 271.61 | 0.67 | 0.73 |
| Hex | BC | 8B | E8 | 13 | 28 | 0 | 9 | 110 | 43 | 49 |
| Octal | 274 | 213 | 350 | 23 | 50 | 0 | 11 | 420 | 103 | 111 |
| Binary | 10111100 | 10001011 | 11101000 | 10011 | 101000 | 0 | 1001 | 100010000 | 1000011 | 1001001 |
Color Harmonies of #BC8BE8
Complementary color
Monochromatic Colors of #BC8BE8
Black with #BC8BE8
Text Example
Text Example
White with #BC8BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8BE8; }
p { color: rgb(188,139,232); }
H1.HeaderClassName
{
color: #BC8BE8;
}
.AnyTagClassName
{
color: #BC8BE8;
}
</style>
background-color css
<style>
a { background-color: #BC8BE8; }
a { background-color: rgb(188,139,232); }
div.DivClassName
{
background-color: #BC8BE8;
}
.BgClassName
{
background-color: #BC8BE8;
}
</style>
border-color css
<style>
span { border-color: #BC8BE8; }
span { border-color: rgb(188,139,232); }
td.TdClassName
{
border-color: #BC8BE8;
}
.TagClassName
{
border-color: #BC8BE8;
}
</style>