#BC80D3

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

Shades of East Side #BC80D3

Tints of East Side #BC80D3

Color information

#BC80D3 (or 0xBC80D3) is unknown color: approx East Side. HEX triplet: BC, 80 and D3. RGB value is (188,128,211). Sum of RGB (Red+Green+Blue) = 188+128+211=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC80D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80D3 is #437F2C. Grayscale: #9B9B9B. Windows color (decimal): -4423469 or 13861052. OLE color: 13861052.

HSL color Cylindrical-coordinate representation of color #BC80D3: hue angle of 283.37º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC80D3 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188128211-
CMYK0.110.3900.17
HSL283.37º48.54%66.47%-
HSV(B)283.37º39.34%82.75%-
XYZ40.2230.8365.46-
YUV155.4159.38151.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 128 (50.39% from 255) = 24.29%
BLUE value IS 211 (82.81% from 255) = 40.04%
R=35.67%
G=24.29%
B=40.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1881282110.110.3900.17283.3748.5466.47
HexBC80D3B2701111b3142
Octal274200323134702143361102
Binary10111100100000001101001110111001110100011000110111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC80D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC80D3; }

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

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

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

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

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

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

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

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