#BC7CCC

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

Shades of East Side #BC7CCC

Tints of East Side #BC7CCC

Color information

#BC7CCC (or 0xBC7CCC) is unknown color: approx East Side. HEX triplet: BC, 7C and CC. RGB value is (188,124,204). Sum of RGB (Red+Green+Blue) = 188+124+204=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC7CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CCC is #438333. Grayscale: #989898. Windows color (decimal): -4424500 or 13401276. OLE color: 13401276.

HSL color Cylindrical-coordinate representation of color #BC7CCC: hue angle of 288º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC7CCC is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB188124204-
CMYK0.080.3900.2
HSL288º43.96%64.31%-
HSV(B)288º39.22%80%-
XYZ38.8529.4760.77-
YUV152.26157.2153.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.43%
GREEN value IS 124 (48.83% from 255) = 24.03%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=36.43%
G=24.03%
B=39.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881242040.080.3900.228843.9664.31
HexBC7CCC8270141202c40
Octal274174314104702444054100
Binary1011110011111001100110010001001110101001001000001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7CCC; }

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

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

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

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

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

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

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

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