#BC91E4

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

Shades of Wisteria #BC91E4

Tints of Wisteria #BC91E4

Color information

#BC91E4 (or 0xBC91E4) is unknown color: approx Wisteria. HEX triplet: BC, 91 and E4. RGB value is (188,145,228). Sum of RGB (Red+Green+Blue) = 188+145+228=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC91E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91E4 is #436E1B. Grayscale: #A7A7A7. Windows color (decimal): -4419100 or 14979516. OLE color: 14979516.

HSL color Cylindrical-coordinate representation of color #BC91E4: hue angle of 271.08º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC91E4 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188145228-
CMYK0.180.3600.11
HSL271.08º60.58%73.14%-
HSV(B)271.08º36.4%89.41%-
XYZ44.8736.5478.09-
YUV167.32162.25142.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 145 (57.03% from 255) = 25.85%
BLUE value IS 228 (89.45% from 255) = 40.64%
R=33.51%
G=25.85%
B=40.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881452280.180.3600.11271.0860.5873.14
HexBC91E412240B10f3d49
Octal274221344224401341775111
Binary10111100100100011110010010010100100010111000011111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91E4; }

 p { color: rgb(188,145,228); }

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

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

 a { background-color: rgb(188,145,228); }

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

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

 span { border-color: rgb(188,145,228); }

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