#BC87F7

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

Shades of Wisteria #BC87F7

Tints of Wisteria #BC87F7

Color information

#BC87F7 (or 0xBC87F7) is unknown color: approx Wisteria. HEX triplet: BC, 87 and F7. RGB value is (188,135,247). Sum of RGB (Red+Green+Blue) = 188+135+247=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 135 (53.12% from 255 or 23.68% from 570); Blue value is 247 (96.88% from 255 or 43.33% from 570); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC87F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC87F7 is #437808. Grayscale: #A3A3A3. Windows color (decimal): -4421641 or 16222140. OLE color: 16222140.

HSL color Cylindrical-coordinate representation of color #BC87F7: hue angle of 268.39º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC87F7 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB188135247-
CMYK0.240.4500.03
HSL268.39º87.5%74.9%-
HSV(B)268.39º45.34%96.86%-
XYZ46.1934.7392.27-
YUV163.62175.06145.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 135 (53.12% from 255) = 23.68%
BLUE value IS 247 (96.88% from 255) = 43.33%
R=32.98%
G=23.68%
B=43.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1881352470.240.4500.03268.3987.574.9
HexBC87F7182D0310c584b
Octal274207367305503414130113
Binary1011110010000111111101111100010110101110000110010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC87F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC87F7; }

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

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

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

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

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

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

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

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