#BC7CD6

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

Shades of East Side #BC7CD6

Tints of East Side #BC7CD6

Color information

#BC7CD6 (or 0xBC7CD6) is unknown color: approx East Side. HEX triplet: BC, 7C and D6. RGB value is (188,124,214). Sum of RGB (Red+Green+Blue) = 188+124+214=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC7CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CD6 is #438329. Grayscale: #999999. Windows color (decimal): -4424490 or 14056636. OLE color: 14056636.

HSL color Cylindrical-coordinate representation of color #BC7CD6: hue angle of 282.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC7CD6 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188124214-
CMYK0.120.4200.16
HSL282.67º52.33%66.27%-
HSV(B)282.67º42.06%83.92%-
XYZ40.0829.9667.29-
YUV153.4162.2152.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 124 (48.83% from 255) = 23.57%
BLUE value IS 214 (83.98% from 255) = 40.68%
R=35.74%
G=23.57%
B=40.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881242140.120.4200.16282.6752.3366.27
HexBC7CD6C2A01011b3442
Octal274174326145202043364102
Binary1011110011111001101011011001010100100001000110111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7CD6; }

 p { color: rgb(188,124,214); }

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

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

 a { background-color: rgb(188,124,214); }

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

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

 span { border-color: rgb(188,124,214); }

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