#BC3ECC

Color #BC3ECC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BC3ECC

Tints of Medium Orchid #BC3ECC

Color information

#BC3ECC (or 0xBC3ECC) is unknown color: approx Medium Orchid. HEX triplet: BC, 3E and CC. RGB value is (188,62,204). Sum of RGB (Red+Green+Blue) = 188+62+204=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 62 (24.61% from 255 or 13.66% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC3ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3ECC is #43C133. Grayscale: #737373. Windows color (decimal): -4440372 or 13385404. OLE color: 13385404.

HSL color Cylindrical-coordinate representation of color #BC3ECC: hue angle of 293.24º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3ECC is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18862204-
CMYK0.080.7000.2
HSL293.24º58.2%52.16%-
HSV(B)293.24º69.61%80%-
XYZ33.3618.558.94-
YUV115.86177.74179.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 62 (24.61% from 255) = 13.66%
BLUE value IS 204 (80.08% from 255) = 44.93%
R=41.41%
G=13.66%
B=44.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal188622040.080.7000.2293.2458.252.16
HexBC3ECC8460141253a34
Octal27476314101060244457264
Binary101111001111101100110010001000110010100100100101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3ECC; }

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

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

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

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

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

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

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

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