#BC7CC2

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

Shades of East Side #BC7CC2

Tints of East Side #BC7CC2

Color information

#BC7CC2 (or 0xBC7CC2) is unknown color: approx East Side. HEX triplet: BC, 7C and C2. RGB value is (188,124,194). Sum of RGB (Red+Green+Blue) = 188+124+194=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC7CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CC2 is #43833D. Grayscale: #969696. Windows color (decimal): -4424510 or 12745916. OLE color: 12745916.

HSL color Cylindrical-coordinate representation of color #BC7CC2: hue angle of 294.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC7CC2 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188124194-
CMYK0.030.3600.24
HSL294.86º36.46%62.35%-
HSV(B)294.86º36.08%76.08%-
XYZ37.682954.65-
YUV151.12152.2154.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.15%
GREEN value IS 124 (48.83% from 255) = 24.51%
BLUE value IS 194 (76.17% from 255) = 38.34%
R=37.15%
G=24.51%
B=38.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881241940.030.3600.24294.8636.4662.35
HexBC7CC2324018127243e
Octal2741743023440304474476
Binary1011110011111001100001011100100011000100100111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7CC2; }

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

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

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

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

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

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

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

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