#BC88EB

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

Shades of Wisteria #BC88EB

Tints of Wisteria #BC88EB

Color information

#BC88EB (or 0xBC88EB) is unknown color: approx Wisteria. HEX triplet: BC, 88 and EB. RGB value is (188,136,235). Sum of RGB (Red+Green+Blue) = 188+136+235=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC88EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC88EB is #437714. Grayscale: #A2A2A2. Windows color (decimal): -4421397 or 15435964. OLE color: 15435964.

HSL color Cylindrical-coordinate representation of color #BC88EB: hue angle of 271.52º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC88EB is Cyan = 0.2, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188136235-
CMYK0.20.4200.08
HSL271.52º71.22%72.75%-
HSV(B)271.52º42.13%92.16%-
XYZ44.5434.382.87-
YUV162.83168.73145.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 136 (53.52% from 255) = 24.33%
BLUE value IS 235 (92.19% from 255) = 42.04%
R=33.63%
G=24.33%
B=42.04%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881362350.20.4200.08271.5271.2272.75
HexBC88EB142A081104749
Octal2742103532452010420107111
Binary101111001000100011101011101001010100100010001000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC88EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC88EB; }

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

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

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

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

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

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

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

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