#BC8CE1

Color #BC8CE1 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #BC8CE1

Tints of Wisteria #BC8CE1

Color information

#BC8CE1 (or 0xBC8CE1) is unknown color: approx Wisteria. HEX triplet: BC, 8C and E1. RGB value is (188,140,225). Sum of RGB (Red+Green+Blue) = 188+140+225=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC8CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CE1 is #43731E. Grayscale: #A3A3A3. Windows color (decimal): -4420383 or 14781628. OLE color: 14781628.

HSL color Cylindrical-coordinate representation of color #BC8CE1: hue angle of 273.88º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC8CE1 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188140225-
CMYK0.160.3800.12
HSL273.88º58.62%71.57%-
HSV(B)273.88º37.78%88.24%-
XYZ43.7134.8875.66-
YUV164.04162.4145.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 140 (55.08% from 255) = 25.32%
BLUE value IS 225 (88.28% from 255) = 40.69%
R=34.00%
G=25.32%
B=40.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1881402250.160.3800.12273.8858.6271.57
HexBC8CE110260C1123b48
Octal274214341204601442273110
Binary10111100100011001110000110000100110011001000100101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8CE1; }

 p { color: rgb(188,140,225); }

 H1.HeaderClassName
 {
   color: #BC8CE1;
 }
 .AnyTagClassName
 {
   color: #BC8CE1;
 }
</style>
background-color css

<style>
 a { background-color: #BC8CE1; }

 a { background-color: rgb(188,140,225); }

 div.DivClassName
 {
   background-color: #BC8CE1;
 }
 .BgClassName
 {
   background-color: #BC8CE1;
 }
</style>
border-color css

<style>
 span { border-color: #BC8CE1; }

 span { border-color: rgb(188,140,225); }

 td.TdClassName
 {
   border-color: #BC8CE1;
 }
 .TagClassName
 {
   border-color: #BC8CE1;
 }
</style>