#BC7DC6

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

Shades of East Side #BC7DC6

Tints of East Side #BC7DC6

Color information

#BC7DC6 (or 0xBC7DC6) is unknown color: approx East Side. HEX triplet: BC, 7D and C6. RGB value is (188,125,198). Sum of RGB (Red+Green+Blue) = 188+125+198=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC7DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DC6 is #438239. Grayscale: #979797. Windows color (decimal): -4424250 or 13008316. OLE color: 13008316.

HSL color Cylindrical-coordinate representation of color #BC7DC6: hue angle of 291.78º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC7DC6 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188125198-
CMYK0.050.3700.22
HSL291.78º39.04%63.33%-
HSV(B)291.78º36.87%77.65%-
XYZ38.2729.4457.09-
YUV152.16153.87153.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 125 (49.22% from 255) = 24.46%
BLUE value IS 198 (77.73% from 255) = 38.75%
R=36.79%
G=24.46%
B=38.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881251980.050.3700.22291.7839.0463.33
HexBC7DC6525016124273f
Octal2741753065450264444777
Binary10111100111110111000110101100101010110100100100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7DC6; }

 p { color: rgb(188,125,198); }

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

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

 a { background-color: rgb(188,125,198); }

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

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

 span { border-color: rgb(188,125,198); }

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