#BC8ADE

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

Shades of Wisteria #BC8ADE

Tints of Wisteria #BC8ADE

Color information

#BC8ADE (or 0xBC8ADE) is unknown color: approx Wisteria. HEX triplet: BC, 8A and DE. RGB value is (188,138,222). Sum of RGB (Red+Green+Blue) = 188+138+222=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC8ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ADE is #437521. Grayscale: #A2A2A2. Windows color (decimal): -4420898 or 14584508. OLE color: 14584508.

HSL color Cylindrical-coordinate representation of color #BC8ADE: hue angle of 275.71º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC8ADE is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188138222-
CMYK0.150.3800.13
HSL275.71º56%70.59%-
HSV(B)275.71º37.84%87.06%-
XYZ43.0134.1473.43-
YUV162.53161.56146.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 138 (54.30% from 255) = 25.18%
BLUE value IS 222 (87.11% from 255) = 40.51%
R=34.31%
G=25.18%
B=40.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881382220.150.3800.13275.715670.59
HexBC8ADEF260D1143847
Octal274212336174601542470107
Binary1011110010001010110111101111100110011011000101001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8ADE; }

 p { color: rgb(188,138,222); }

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

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

 a { background-color: rgb(188,138,222); }

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

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

 span { border-color: rgb(188,138,222); }

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