#BC8ED2

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

Shades of Wisteria #BC8ED2

Tints of Wisteria #BC8ED2

Color information

#BC8ED2 (or 0xBC8ED2) is unknown color: approx Wisteria. HEX triplet: BC, 8E and D2. RGB value is (188,142,210). Sum of RGB (Red+Green+Blue) = 188+142+210=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC8ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ED2 is #43712D. Grayscale: #A3A3A3. Windows color (decimal): -4419886 or 13799100. OLE color: 13799100.

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

Color convert

RGB188142210-
CMYK0.100.3200.18
HSL280.59º43.04%69.02%-
HSV(B)280.59º32.38%82.35%-
XYZ42.0434.6965.45-
YUV163.51154.24145.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.81%
GREEN value IS 142 (55.86% from 255) = 26.30%
BLUE value IS 210 (82.42% from 255) = 38.89%
R=34.81%
G=26.30%
B=38.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881422100.100.3200.18280.5943.0469.02
HexBC8ED2A200121192b45
Octal274216322124002243153105
Binary10111100100011101101001010101000000100101000110011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8ED2; }

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

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

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

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

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

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

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

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