#BC37ED

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

Shades of Medium Orchid #BC37ED

Tints of Medium Orchid #BC37ED

Color information

#BC37ED (or 0xBC37ED) is unknown color: approx Medium Orchid. HEX triplet: BC, 37 and ED. RGB value is (188,55,237). Sum of RGB (Red+Green+Blue) = 188+55+237=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 55 (21.88% from 255 or 11.46% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC37ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC37ED is #43C812. Grayscale: #727272. Windows color (decimal): -4442131 or 15546300. OLE color: 15546300.

HSL color Cylindrical-coordinate representation of color #BC37ED: hue angle of 283.85º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC37ED is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18855237-
CMYK0.210.7700.07
HSL283.85º83.49%57.25%-
HSV(B)283.85º76.79%92.94%-
XYZ37.3919.5481.92-
YUV115.51196.56179.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.17%
GREEN value IS 55 (21.88% from 255) = 11.46%
BLUE value IS 237 (92.97% from 255) = 49.38%
R=39.17%
G=11.46%
B=49.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal188552370.210.7700.07283.8583.4957.25
HexBC37ED154D0711c5339
Octal27467355251150743412371
Binary101111001101111110110110101100110101111000111001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC37ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC37ED; }

 p { color: rgb(188,55,237); }

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

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

 a { background-color: rgb(188,55,237); }

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

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

 span { border-color: rgb(188,55,237); }

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