#BC54ED

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

Shades of Medium Orchid #BC54ED

Tints of Medium Orchid #BC54ED

Color information

#BC54ED (or 0xBC54ED) is unknown color: approx Medium Orchid. HEX triplet: BC, 54 and ED. RGB value is (188,84,237). Sum of RGB (Red+Green+Blue) = 188+84+237=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC54ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC54ED is #43AB12. Grayscale: #848484. Windows color (decimal): -4434707 or 15553724. OLE color: 15553724.

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

Color convert

RGB18884237-
CMYK0.210.6500.07
HSL280.78º80.95%62.94%-
HSV(B)280.78º64.56%92.94%-
XYZ39.223.1582.52-
YUV132.54186.96167.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 84 (33.20% from 255) = 16.50%
BLUE value IS 237 (92.97% from 255) = 46.56%
R=36.94%
G=16.50%
B=46.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal188842370.210.6500.07280.7880.9562.94
HexBC54ED154107119513f
Octal274124355251010743112177
Binary1011110010101001110110110101100000101111000110011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC54ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC54ED; }

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

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

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

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

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

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

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

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