#BC2ED5

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

Shades of Medium Orchid #BC2ED5

Tints of Medium Orchid #BC2ED5

Color information

#BC2ED5 (or 0xBC2ED5) is unknown color: approx Medium Orchid. HEX triplet: BC, 2E and D5. RGB value is (188,46,213). Sum of RGB (Red+Green+Blue) = 188+46+213=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 46 (18.36% from 255 or 10.29% from 447); Blue value is 213 (83.59% from 255 or 47.65% from 447); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC2ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ED5 is #43D12A. Grayscale: #6A6A6A. Windows color (decimal): -4444459 or 13971132. OLE color: 13971132.

HSL color Cylindrical-coordinate representation of color #BC2ED5: hue angle of 291.02º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2ED5 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18846213-
CMYK0.120.7800.16
HSL291.02º66.53%50.78%-
HSV(B)291.02º78.4%83.53%-
XYZ33.7317.4564.54-
YUV107.5187.54185.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 46 (18.36% from 255) = 10.29%
BLUE value IS 213 (83.59% from 255) = 47.65%
R=42.06%
G=10.29%
B=47.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188462130.120.7800.16291.0266.5350.78
HexBC2ED5C4E0101234333
Octal274563251411602044310363
Binary1011110010111011010101110010011100100001001000111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2ED5; }

 p { color: rgb(188,46,213); }

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

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

 a { background-color: rgb(188,46,213); }

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

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

 span { border-color: rgb(188,46,213); }

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