#BC7DCA

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

Shades of East Side #BC7DCA

Tints of East Side #BC7DCA

Color information

#BC7DCA (or 0xBC7DCA) is unknown color: approx East Side. HEX triplet: BC, 7D and CA. RGB value is (188,125,202). Sum of RGB (Red+Green+Blue) = 188+125+202=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC7DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DCA is #438235. Grayscale: #989898. Windows color (decimal): -4424246 or 13270460. OLE color: 13270460.

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

Color convert

RGB188125202-
CMYK0.070.3800.21
HSL289.09º42.08%64.12%-
HSV(B)289.09º38.12%79.22%-
XYZ38.7329.6259.55-
YUV152.61155.87153.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.50%
GREEN value IS 125 (49.22% from 255) = 24.27%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=36.50%
G=24.27%
B=39.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881252020.070.3800.21289.0942.0864.12
HexBC7DCA7260151212a40
Octal27417531274602544152100
Binary101111001111101110010101111001100101011001000011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7DCA; }

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

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

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

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

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

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

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

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