#BC7CCF

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

Shades of East Side #BC7CCF

Tints of East Side #BC7CCF

Color information

#BC7CCF (or 0xBC7CCF) is unknown color: approx East Side. HEX triplet: BC, 7C and CF. RGB value is (188,124,207). Sum of RGB (Red+Green+Blue) = 188+124+207=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC7CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CCF is #438330. Grayscale: #989898. Windows color (decimal): -4424497 or 13597884. OLE color: 13597884.

HSL color Cylindrical-coordinate representation of color #BC7CCF: hue angle of 286.27º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC7CCF is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188124207-
CMYK0.090.4000.19
HSL286.27º46.37%64.9%-
HSV(B)286.27º40.1%81.18%-
XYZ39.2129.6162.68-
YUV152.6158.7153.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 124 (48.83% from 255) = 23.89%
BLUE value IS 207 (81.25% from 255) = 39.88%
R=36.22%
G=23.89%
B=39.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881242070.090.4000.19286.2746.3764.9
HexBC7CCF92801311e2e41
Octal274174317115002343656101
Binary1011110011111001100111110011010000100111000111101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7CCF; }

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

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

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

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

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

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

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

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