#BC8CE0

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

Shades of Wisteria #BC8CE0

Tints of Wisteria #BC8CE0

Color information

#BC8CE0 (or 0xBC8CE0) is unknown color: approx Wisteria. HEX triplet: BC, 8C and E0. RGB value is (188,140,224). Sum of RGB (Red+Green+Blue) = 188+140+224=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC8CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CE0 is #43731F. Grayscale: #A3A3A3. Windows color (decimal): -4420384 or 14716092. OLE color: 14716092.

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

Color convert

RGB188140224-
CMYK0.160.3800.12
HSL274.29º57.53%71.37%-
HSV(B)274.29º37.5%87.84%-
XYZ43.5734.8374.95-
YUV163.93161.9145.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.06%
GREEN value IS 140 (55.08% from 255) = 25.36%
BLUE value IS 224 (87.89% from 255) = 40.58%
R=34.06%
G=25.36%
B=40.58%

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
Decimal1881402240.160.3800.12274.2957.5371.37
HexBC8CE010260C1123a47
Octal274214340204601442272107
Binary10111100100011001110000010000100110011001000100101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8CE0; }

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

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

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

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

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

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

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

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