#BC5DF4

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

Shades of Medium Orchid #BC5DF4

Tints of Medium Orchid #BC5DF4

Color information

#BC5DF4 (or 0xBC5DF4) is unknown color: approx Medium Orchid. HEX triplet: BC, 5D and F4. RGB value is (188,93,244). Sum of RGB (Red+Green+Blue) = 188+93+244=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 244 (95.70% from 255 or 46.48% from 525); Max value from RGB is 244 - color contains mainly: blue. Hex color #BC5DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5DF4 is #43A20B. Grayscale: #8A8A8A. Windows color (decimal): -4432396 or 16014780. OLE color: 16014780.

HSL color Cylindrical-coordinate representation of color #BC5DF4: hue angle of 277.75º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC5DF4 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18893244-
CMYK0.230.6200.04
HSL277.75º87.28%66.08%-
HSV(B)277.75º61.89%95.69%-
XYZ40.9825.0588.26-
YUV138.62187.47163.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 93 (36.72% from 255) = 17.71%
BLUE value IS 244 (95.70% from 255) = 46.48%
R=35.81%
G=17.71%
B=46.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal188932440.230.6200.04277.7587.2866.08
HexBC5DF4173E041165742
Octal274135364277604426127102
Binary1011110010111011111010010111111110010010001011010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5DF4; }

 p { color: rgb(188,93,244); }

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

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

 a { background-color: rgb(188,93,244); }

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

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

 span { border-color: rgb(188,93,244); }

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