#bc7bde

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

Shades of Wisteria #BC7BDE

Tints of Wisteria #BC7BDE

Color information

#BC7BDE (or 0xBC7BDE) is unknown color: approx Wisteria. HEX triplet: BC, 7B and DE. RGB value is (188,123,222). Sum of RGB (Red+Green+Blue) = 188+123+222=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC7BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BDE is #438421. Grayscale: #999999. Windows color (decimal): -4424738 or 14580668. OLE color: 14580668.

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

Color convert

RGB188123222-
CMYK0.150.4500.13
HSL279.39º60%67.65%-
HSV(B)279.39º44.59%87.06%-
XYZ41.0130.1372.76-
YUV153.72166.53152.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 123 (48.44% from 255) = 23.08%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=35.27%
G=23.08%
B=41.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881232220.150.4500.13279.396067.65
HexBC7BDEF2D0D1173c44
Octal274173336175501542774104
Binary101111001111011110111101111101101011011000101111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc7bde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc7bde; }

 p { color: rgb(188,123,222); }

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

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

 a { background-color: rgb(188,123,222); }

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

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

 span { border-color: rgb(188,123,222); }

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