#BC7BEC

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

Shades of Wisteria #BC7BEC

Tints of Wisteria #BC7BEC

Color information

#BC7BEC (or 0xBC7BEC) is unknown color: approx Wisteria. HEX triplet: BC, 7B and EC. RGB value is (188,123,236). Sum of RGB (Red+Green+Blue) = 188+123+236=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC7BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7BEC is #438413. Grayscale: #9A9A9A. Windows color (decimal): -4424724 or 15498172. OLE color: 15498172.

HSL color Cylindrical-coordinate representation of color #BC7BEC: hue angle of 274.51º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC7BEC is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188123236-
CMYK0.200.4800.07
HSL274.51º74.83%70.39%-
HSV(B)274.51º47.88%92.55%-
XYZ42.9630.9183.06-
YUV155.32173.53151.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 123 (48.44% from 255) = 22.49%
BLUE value IS 236 (92.58% from 255) = 43.14%
R=34.37%
G=22.49%
B=43.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881232360.200.4800.07274.5174.8370.39
HexBC7BEC1430071134b46
Octal274173354246007423113106
Binary1011110011110111110110010100110000011110001001110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7BEC; }

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

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

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

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

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

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

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

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