#BC8BD2

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

Shades of Wisteria #BC8BD2

Tints of Wisteria #BC8BD2

Color information

#BC8BD2 (or 0xBC8BD2) is unknown color: approx Wisteria. HEX triplet: BC, 8B and D2. RGB value is (188,139,210). Sum of RGB (Red+Green+Blue) = 188+139+210=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC8BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8BD2 is #43742D. Grayscale: #A1A1A1. Windows color (decimal): -4420654 or 13798332. OLE color: 13798332.

HSL color Cylindrical-coordinate representation of color #BC8BD2: hue angle of 281.41º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC8BD2 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188139210-
CMYK0.100.3400.18
HSL281.41º44.1%68.43%-
HSV(B)281.41º33.81%82.35%-
XYZ41.633.8165.31-
YUV161.74155.23146.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 139 (54.69% from 255) = 25.88%
BLUE value IS 210 (82.42% from 255) = 39.11%
R=35.01%
G=25.88%
B=39.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881392100.100.3400.18281.4144.168.43
HexBC8BD2A220121192c44
Octal274213322124202243154104
Binary10111100100010111101001010101000100100101000110011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8BD2; }

 p { color: rgb(188,139,210); }

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

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

 a { background-color: rgb(188,139,210); }

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

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

 span { border-color: rgb(188,139,210); }

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