#BC7DCB

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

Shades of East Side #BC7DCB

Tints of East Side #BC7DCB

Color information

#BC7DCB (or 0xBC7DCB) is unknown color: approx East Side. HEX triplet: BC, 7D and CB. RGB value is (188,125,203). Sum of RGB (Red+Green+Blue) = 188+125+203=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC7DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DCB is #438234. Grayscale: #989898. Windows color (decimal): -4424245 or 13335996. OLE color: 13335996.

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

Color convert

RGB188125203-
CMYK0.070.3800.20
HSL288.46º42.86%64.31%-
HSV(B)288.46º38.42%79.61%-
XYZ38.8529.6760.18-
YUV152.73156.37153.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.43%
GREEN value IS 125 (49.22% from 255) = 24.22%
BLUE value IS 203 (79.69% from 255) = 39.34%
R=36.43%
G=24.22%
B=39.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881252030.070.3800.20288.4642.8664.31
HexBC7DCB7260141202b40
Octal27417531374602444053100
Binary101111001111101110010111111001100101001001000001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7DCB; }

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

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

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

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

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

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

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

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