#BC81CA

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

Shades of East Side #BC81CA

Tints of East Side #BC81CA

Color information

#BC81CA (or 0xBC81CA) is unknown color: approx East Side. HEX triplet: BC, 81 and CA. RGB value is (188,129,202). Sum of RGB (Red+Green+Blue) = 188+129+202=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC81CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC81CA is #437E35. Grayscale: #9A9A9A. Windows color (decimal): -4423222 or 13271484. OLE color: 13271484.

HSL color Cylindrical-coordinate representation of color #BC81CA: hue angle of 288.49º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC81CA is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188129202-
CMYK0.070.3600.21
HSL288.49º40.78%64.9%-
HSV(B)288.49º36.14%79.22%-
XYZ39.2530.6659.73-
YUV154.96154.55151.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 129 (50.78% from 255) = 24.86%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=36.22%
G=24.86%
B=38.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881292020.070.3600.21288.4940.7864.9
HexBC81CA7240151202941
Octal27420131274402544051101
Binary1011110010000001110010101111001000101011001000001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC81CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC81CA; }

 p { color: rgb(188,129,202); }

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

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

 a { background-color: rgb(188,129,202); }

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

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

 span { border-color: rgb(188,129,202); }

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