#BC87D5

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

Shades of Wisteria #BC87D5

Tints of Wisteria #BC87D5

Color information

#BC87D5 (or 0xBC87D5) is unknown color: approx Wisteria. HEX triplet: BC, 87 and D5. RGB value is (188,135,213). Sum of RGB (Red+Green+Blue) = 188+135+213=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 135 (53.12% from 255 or 25.19% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC87D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87D5 is #43782A. Grayscale: #9F9F9F. Windows color (decimal): -4421675 or 13993916. OLE color: 13993916.

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

Color convert

RGB188135213-
CMYK0.120.3700.16
HSL280.77º48.15%68.24%-
HSV(B)280.77º36.62%83.53%-
XYZ41.4132.8267.1-
YUV159.74158.06148.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 135 (53.12% from 255) = 25.19%
BLUE value IS 213 (83.59% from 255) = 39.74%
R=35.07%
G=25.19%
B=39.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881352130.120.3700.16280.7748.1568.24
HexBC87D5C250101193044
Octal274207325144502043160104
Binary10111100100001111101010111001001010100001000110011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC87D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC87D5; }

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

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

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

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

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

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

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

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