#BC2EEF

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

Shades of Medium Orchid #BC2EEF

Tints of Medium Orchid #BC2EEF

Color information

#BC2EEF (or 0xBC2EEF) is unknown color: approx Medium Orchid. HEX triplet: BC, 2E and EF. RGB value is (188,46,239). Sum of RGB (Red+Green+Blue) = 188+46+239=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 46 (18.36% from 255 or 9.73% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC2EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2EEF is #43D110. Grayscale: #6D6D6D. Windows color (decimal): -4444433 or 15675068. OLE color: 15675068.

HSL color Cylindrical-coordinate representation of color #BC2EEF: hue angle of 284.15º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2EEF is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18846239-
CMYK0.210.8100.06
HSL284.15º85.78%55.88%-
HSV(B)284.15º80.75%93.73%-
XYZ37.318.8883.34-
YUV110.46200.54183.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 46 (18.36% from 255) = 9.73%
BLUE value IS 239 (93.75% from 255) = 50.53%
R=39.75%
G=9.73%
B=50.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal188462390.210.8100.06284.1585.7855.88
HexBC2EEF15510611c5638
Octal27456357251210643412670
Binary101111001011101110111110101101000101101000111001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2EEF; }

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

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

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

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

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

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

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

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