#BC89E4

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

Shades of Wisteria #BC89E4

Tints of Wisteria #BC89E4

Color information

#BC89E4 (or 0xBC89E4) is unknown color: approx Wisteria. HEX triplet: BC, 89 and E4. RGB value is (188,137,228). Sum of RGB (Red+Green+Blue) = 188+137+228=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC89E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89E4 is #43761B. Grayscale: #A2A2A2. Windows color (decimal): -4421148 or 14977468. OLE color: 14977468.

HSL color Cylindrical-coordinate representation of color #BC89E4: hue angle of 273.63º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC89E4 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188137228-
CMYK0.180.4000.11
HSL273.63º62.76%71.57%-
HSV(B)273.63º39.91%89.41%-
XYZ43.6934.1877.69-
YUV162.62164.9146.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 137 (53.91% from 255) = 24.77%
BLUE value IS 228 (89.45% from 255) = 41.23%
R=34.00%
G=24.77%
B=41.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881372280.180.4000.11273.6362.7671.57
HexBC89E412280B1123f48
Octal274211344225001342277110
Binary10111100100010011110010010010101000010111000100101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC89E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC89E4; }

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

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

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

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

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

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

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

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