#BC7EDB

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

Shades of Wisteria #BC7EDB

Tints of Wisteria #BC7EDB

Color information

#BC7EDB (or 0xBC7EDB) is unknown color: approx Wisteria. HEX triplet: BC, 7E and DB. RGB value is (188,126,219). Sum of RGB (Red+Green+Blue) = 188+126+219=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC7EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7EDB is #438124. Grayscale: #9A9A9A. Windows color (decimal): -4423973 or 14384828. OLE color: 14384828.

HSL color Cylindrical-coordinate representation of color #BC7EDB: hue angle of 280º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC7EDB is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188126219-
CMYK0.140.4200.14
HSL280º56.36%67.65%-
HSV(B)280º42.47%85.88%-
XYZ40.9930.7370.79-
YUV155.14164.04151.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 126 (49.61% from 255) = 23.64%
BLUE value IS 219 (85.94% from 255) = 41.09%
R=35.27%
G=23.64%
B=41.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881262190.140.4200.1428056.3667.65
HexBC7EDBE2A0E1183844
Octal274176333165201643070104
Binary101111001111110110110111110101010011101000110001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7EDB; }

 p { color: rgb(188,126,219); }

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

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

 a { background-color: rgb(188,126,219); }

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

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

 span { border-color: rgb(188,126,219); }

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