#BC3ECD

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

Shades of Medium Orchid #BC3ECD

Tints of Medium Orchid #BC3ECD

Color information

#BC3ECD (or 0xBC3ECD) is unknown color: approx Medium Orchid. HEX triplet: BC, 3E and CD. RGB value is (188,62,205). Sum of RGB (Red+Green+Blue) = 188+62+205=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 62 (24.61% from 255 or 13.63% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC3ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3ECD is #43C132. Grayscale: #737373. Windows color (decimal): -4440371 or 13450940. OLE color: 13450940.

HSL color Cylindrical-coordinate representation of color #BC3ECD: hue angle of 292.87º degrees, saturation: 0.59, 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 #BC3ECD is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18862205-
CMYK0.080.7000.20
HSL292.87º58.85%52.35%-
HSV(B)292.87º69.76%80.39%-
XYZ33.4818.5459.57-
YUV115.98178.24179.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 62 (24.61% from 255) = 13.63%
BLUE value IS 205 (80.47% from 255) = 45.05%
R=41.32%
G=13.63%
B=45.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal188622050.080.7000.20292.8758.8552.35
HexBC3ECD8460141253b34
Octal27476315101060244457364
Binary101111001111101100110110001000110010100100100101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3ECD; }

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

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

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

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

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

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

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

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