#bc88ed

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

Shades of Wisteria #BC88ED

Tints of Wisteria #BC88ED

Color information

#BC88ED (or 0xBC88ED) is unknown color: approx Wisteria. HEX triplet: BC, 88 and ED. RGB value is (188,136,237). Sum of RGB (Red+Green+Blue) = 188+136+237=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC88ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC88ED is #437712. Grayscale: #A2A2A2. Windows color (decimal): -4421395 or 15567036. OLE color: 15567036.

HSL color Cylindrical-coordinate representation of color #BC88ED: hue angle of 270.89º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC88ED is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188136237-
CMYK0.210.4300.07
HSL270.89º73.72%73.14%-
HSV(B)270.89º42.62%92.94%-
XYZ44.8334.4184.4-
YUV163.06169.73145.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 136 (53.52% from 255) = 24.24%
BLUE value IS 237 (92.97% from 255) = 42.25%
R=33.51%
G=24.24%
B=42.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881362370.210.4300.07270.8973.7273.14
HexBC88ED152B0710f4a49
Octal274210355255307417112111
Binary10111100100010001110110110101101011011110000111110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc88ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc88ed; }

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

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

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

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

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

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

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

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