#BC87DD

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

Shades of Wisteria #BC87DD

Tints of Wisteria #BC87DD

Color information

#BC87DD (or 0xBC87DD) is unknown color: approx Wisteria. HEX triplet: BC, 87 and DD. RGB value is (188,135,221). Sum of RGB (Red+Green+Blue) = 188+135+221=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 135 (53.12% from 255 or 24.82% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC87DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87DD is #437822. Grayscale: #A0A0A0. Windows color (decimal): -4421667 or 14518204. OLE color: 14518204.

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

Color convert

RGB188135221-
CMYK0.150.3900.13
HSL276.98º55.84%69.8%-
HSV(B)276.98º38.91%86.67%-
XYZ42.4533.2472.58-
YUV160.65162.06147.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 135 (53.12% from 255) = 24.82%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=34.56%
G=24.82%
B=40.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881352210.150.3900.13276.9855.8469.8
HexBC87DDF270D1153846
Octal274207335174701542570106
Binary1011110010000111110111011111100111011011000101011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC87DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC87DD; }

 p { color: rgb(188,135,221); }

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

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

 a { background-color: rgb(188,135,221); }

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

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

 span { border-color: rgb(188,135,221); }

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