#BC88E7

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

Shades of Wisteria #BC88E7

Tints of Wisteria #BC88E7

Color information

#BC88E7 (or 0xBC88E7) is unknown color: approx Wisteria. HEX triplet: BC, 88 and E7. RGB value is (188,136,231). Sum of RGB (Red+Green+Blue) = 188+136+231=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 231 (90.62% from 255 or 41.62% from 555); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC88E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC88E7 is #437718. Grayscale: #A2A2A2. Windows color (decimal): -4421401 or 15173820. OLE color: 15173820.

HSL color Cylindrical-coordinate representation of color #BC88E7: hue angle of 272.84º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC88E7 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188136231-
CMYK0.190.4100.09
HSL272.84º66.43%71.96%-
HSV(B)272.84º41.13%90.59%-
XYZ43.9734.0779.86-
YUV162.38166.73146.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 136 (53.52% from 255) = 24.50%
BLUE value IS 231 (90.62% from 255) = 41.62%
R=33.87%
G=24.50%
B=41.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881362310.190.4100.09272.8466.4371.96
HexBC88E71329091114248
Octal2742103472351011421102110
Binary101111001000100011100111100111010010100110001000110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC88E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC88E7; }

 p { color: rgb(188,136,231); }

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

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

 a { background-color: rgb(188,136,231); }

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

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

 span { border-color: rgb(188,136,231); }

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