#BC54EF

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

Shades of Medium Orchid #BC54EF

Tints of Medium Orchid #BC54EF

Color information

#BC54EF (or 0xBC54EF) is unknown color: approx Medium Orchid. HEX triplet: BC, 54 and EF. RGB value is (188,84,239). Sum of RGB (Red+Green+Blue) = 188+84+239=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC54EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC54EF is #43AB10. Grayscale: #848484. Windows color (decimal): -4434705 or 15684796. OLE color: 15684796.

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

Color convert

RGB18884239-
CMYK0.210.6500.06
HSL280.26º82.89%63.33%-
HSV(B)280.26º64.85%93.73%-
XYZ39.4923.2684.07-
YUV132.77187.96167.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 84 (33.20% from 255) = 16.44%
BLUE value IS 239 (93.75% from 255) = 46.77%
R=36.79%
G=16.44%
B=46.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal188842390.210.6500.06280.2682.8963.33
HexBC54EF154106118533f
Octal274124357251010643012377
Binary1011110010101001110111110101100000101101000110001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC54EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC54EF; }

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

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

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

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

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

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

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

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