#BC8ADF

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

Shades of Wisteria #BC8ADF

Tints of Wisteria #BC8ADF

Color information

#BC8ADF (or 0xBC8ADF) is unknown color: approx Wisteria. HEX triplet: BC, 8A and DF. RGB value is (188,138,223). Sum of RGB (Red+Green+Blue) = 188+138+223=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC8ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ADF is #437520. Grayscale: #A2A2A2. Windows color (decimal): -4420897 or 14650044. OLE color: 14650044.

HSL color Cylindrical-coordinate representation of color #BC8ADF: hue angle of 275.29º degrees, saturation: 0.57, 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 #BC8ADF is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188138223-
CMYK0.160.3800.13
HSL275.29º57.05%70.78%-
HSV(B)275.29º38.12%87.45%-
XYZ43.1534.274.14-
YUV162.64162.06146.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.24%
GREEN value IS 138 (54.30% from 255) = 25.14%
BLUE value IS 223 (87.5% from 255) = 40.62%
R=34.24%
G=25.14%
B=40.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881382230.160.3800.13275.2957.0570.78
HexBC8ADF10260D1133947
Octal274212337204601542371107
Binary10111100100010101101111110000100110011011000100111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8ADF; }

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

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

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

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

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

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

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

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