#BC7DC3

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

Shades of East Side #BC7DC3

Tints of East Side #BC7DC3

Color information

#BC7DC3 (or 0xBC7DC3) is unknown color: approx East Side. HEX triplet: BC, 7D and C3. RGB value is (188,125,195). Sum of RGB (Red+Green+Blue) = 188+125+195=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC7DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DC3 is #43823C. Grayscale: #979797. Windows color (decimal): -4424253 or 12811708. OLE color: 12811708.

HSL color Cylindrical-coordinate representation of color #BC7DC3: hue angle of 294º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC7DC3 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188125195-
CMYK0.040.3600.24
HSL294º36.84%62.75%-
HSV(B)294º35.9%76.47%-
XYZ37.9229.355.29-
YUV151.82152.37153.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 125 (49.22% from 255) = 24.61%
BLUE value IS 195 (76.56% from 255) = 38.39%
R=37.01%
G=24.61%
B=38.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881251950.040.3600.2429436.8462.75
HexBC7DC3424018126253f
Octal2741753034440304464577
Binary10111100111110111000011100100100011000100100110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7DC3; }

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

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

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

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

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

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

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

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