#BC8AD4

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

Shades of Wisteria #BC8AD4

Tints of Wisteria #BC8AD4

Color information

#BC8AD4 (or 0xBC8AD4) is unknown color: approx Wisteria. HEX triplet: BC, 8A and D4. RGB value is (188,138,212). Sum of RGB (Red+Green+Blue) = 188+138+212=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC8AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8AD4 is #43752B. Grayscale: #A1A1A1. Windows color (decimal): -4420908 or 13929148. OLE color: 13929148.

HSL color Cylindrical-coordinate representation of color #BC8AD4: hue angle of 280.54º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC8AD4 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188138212-
CMYK0.110.3500.17
HSL280.54º46.25%68.63%-
HSV(B)280.54º34.91%83.14%-
XYZ41.7133.6266.58-
YUV161.39156.56146.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 138 (54.30% from 255) = 25.65%
BLUE value IS 212 (83.20% from 255) = 39.41%
R=34.94%
G=25.65%
B=39.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1881382120.110.3500.17280.5446.2568.63
HexBC8AD4B230111192e45
Octal274212324134302143156105
Binary10111100100010101101010010111000110100011000110011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8AD4; }

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

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

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

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

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

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

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

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