#BC7FDA

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

Shades of Wisteria #BC7FDA

Tints of Wisteria #BC7FDA

Color information

#BC7FDA (or 0xBC7FDA) is unknown color: approx Wisteria. HEX triplet: BC, 7F and DA. RGB value is (188,127,218). Sum of RGB (Red+Green+Blue) = 188+127+218=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC7FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7FDA is #438025. Grayscale: #9B9B9B. Windows color (decimal): -4423718 or 14319548. OLE color: 14319548.

HSL color Cylindrical-coordinate representation of color #BC7FDA: hue angle of 280.22º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC7FDA is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188127218-
CMYK0.140.4200.15
HSL280.22º55.15%67.65%-
HSV(B)280.22º41.74%85.49%-
XYZ40.9830.9370.14-
YUV155.61163.21151.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 127 (50% from 255) = 23.83%
BLUE value IS 218 (85.55% from 255) = 40.90%
R=35.27%
G=23.83%
B=40.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881272180.140.4200.15280.2255.1567.65
HexBC7FDAE2A0F1183744
Octal274177332165201743067104
Binary101111001111111110110101110101010011111000110001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7FDA; }

 p { color: rgb(188,127,218); }

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

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

 a { background-color: rgb(188,127,218); }

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

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

 span { border-color: rgb(188,127,218); }

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