#BC8AD5

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

Shades of Wisteria #BC8AD5

Tints of Wisteria #BC8AD5

Color information

#BC8AD5 (or 0xBC8AD5) is unknown color: approx Wisteria. HEX triplet: BC, 8A and D5. RGB value is (188,138,213). Sum of RGB (Red+Green+Blue) = 188+138+213=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC8AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8AD5 is #43752A. Grayscale: #A1A1A1. Windows color (decimal): -4420907 or 13994684. OLE color: 13994684.

HSL color Cylindrical-coordinate representation of color #BC8AD5: hue angle of 280º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC8AD5 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188138213-
CMYK0.120.3500.16
HSL280º47.17%68.82%-
HSV(B)280º35.21%83.53%-
XYZ41.8433.6767.25-
YUV161.5157.06146.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 138 (54.30% from 255) = 25.60%
BLUE value IS 213 (83.59% from 255) = 39.52%
R=34.88%
G=25.60%
B=39.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881382130.120.3500.1628047.1768.82
HexBC8AD5C230101182f45
Octal274212325144302043057105
Binary10111100100010101101010111001000110100001000110001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8AD5; }

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

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

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

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

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

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

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

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