#BC80C1

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

Shades of East Side #BC80C1

Tints of East Side #BC80C1

Color information

#BC80C1 (or 0xBC80C1) is unknown color: approx East Side. HEX triplet: BC, 80 and C1. RGB value is (188,128,193). Sum of RGB (Red+Green+Blue) = 188+128+193=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC80C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80C1 is #437F3E. Grayscale: #999999. Windows color (decimal): -4423487 or 12681404. OLE color: 12681404.

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

Color convert

RGB188128193-
CMYK0.030.3400.24
HSL295.38º34.39%62.94%-
HSV(B)295.38º33.68%75.69%-
XYZ38.0829.9854.23-
YUV153.35150.38152.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 128 (50.39% from 255) = 25.15%
BLUE value IS 193 (75.78% from 255) = 37.92%
R=36.94%
G=25.15%
B=37.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881281930.030.3400.24295.3834.3962.94
HexBC80C1322018127223f
Octal2742003013420304474277
Binary10111100100000001100000111100010011000100100111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC80C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC80C1; }

 p { color: rgb(188,128,193); }

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

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

 a { background-color: rgb(188,128,193); }

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

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

 span { border-color: rgb(188,128,193); }

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