#BC7CD9

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

Shades of East Side #BC7CD9

Tints of East Side #BC7CD9

Color information

#BC7CD9 (or 0xBC7CD9) is unknown color: approx East Side. HEX triplet: BC, 7C and D9. RGB value is (188,124,217). Sum of RGB (Red+Green+Blue) = 188+124+217=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC7CD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CD9 is #438326. Grayscale: #999999. Windows color (decimal): -4424487 or 14253244. OLE color: 14253244.

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

Color convert

RGB188124217-
CMYK0.130.4300.15
HSL281.29º55.03%66.86%-
HSV(B)281.29º42.86%85.1%-
XYZ40.4730.1269.33-
YUV153.74163.7152.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 124 (48.83% from 255) = 23.44%
BLUE value IS 217 (85.16% from 255) = 41.02%
R=35.54%
G=23.44%
B=41.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881242170.130.4300.15281.2955.0366.86
HexBC7CD9D2B0F1193743
Octal274174331155301743167103
Binary101111001111100110110011101101011011111000110011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7CD9; }

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

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

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

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

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

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

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

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