#BC8DD8

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

Shades of Wisteria #BC8DD8

Tints of Wisteria #BC8DD8

Color information

#BC8DD8 (or 0xBC8DD8) is unknown color: approx Wisteria. HEX triplet: BC, 8D and D8. RGB value is (188,141,216). Sum of RGB (Red+Green+Blue) = 188+141+216=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC8DD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DD8 is #437227. Grayscale: #A3A3A3. Windows color (decimal): -4420136 or 14192060. OLE color: 14192060.

HSL color Cylindrical-coordinate representation of color #BC8DD8: hue angle of 277.6º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC8DD8 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188141216-
CMYK0.130.3500.15
HSL277.6º49.02%70%-
HSV(B)277.6º34.72%84.71%-
XYZ42.6634.769.41-
YUV163.6157.57145.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 141 (55.47% from 255) = 25.87%
BLUE value IS 216 (84.77% from 255) = 39.63%
R=34.50%
G=25.87%
B=39.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881412160.130.3500.15277.649.0270
HexBC8DD8D230F1163146
Octal274215330154301742661106
Binary1011110010001101110110001101100011011111000101101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8DD8; }

 p { color: rgb(188,141,216); }

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

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

 a { background-color: rgb(188,141,216); }

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

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

 span { border-color: rgb(188,141,216); }

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