#BC87D3

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

Shades of Wisteria #BC87D3

Tints of Wisteria #BC87D3

Color information

#BC87D3 (or 0xBC87D3) is unknown color: approx Wisteria. HEX triplet: BC, 87 and D3. RGB value is (188,135,211). Sum of RGB (Red+Green+Blue) = 188+135+211=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC87D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87D3 is #43782C. Grayscale: #9F9F9F. Windows color (decimal): -4421677 or 13862844. OLE color: 13862844.

HSL color Cylindrical-coordinate representation of color #BC87D3: hue angle of 281.84º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC87D3 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188135211-
CMYK0.110.3600.17
HSL281.84º46.34%67.84%-
HSV(B)281.84º36.02%82.75%-
XYZ41.1632.7265.77-
YUV159.51157.06148.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 135 (53.12% from 255) = 25.28%
BLUE value IS 211 (82.81% from 255) = 39.51%
R=35.21%
G=25.28%
B=39.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1881352110.110.3600.17281.8446.3467.84
HexBC87D3B2401111a2e44
Octal274207323134402143256104
Binary10111100100001111101001110111001000100011000110101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC87D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC87D3; }

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

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

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

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

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

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

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

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