#BC58F4

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

Shades of Medium Orchid #BC58F4

Tints of Medium Orchid #BC58F4

Color information

#BC58F4 (or 0xBC58F4) is unknown color: approx Medium Orchid. HEX triplet: BC, 58 and F4. RGB value is (188,88,244). Sum of RGB (Red+Green+Blue) = 188+88+244=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 244 (95.70% from 255 or 46.92% from 520); Max value from RGB is 244 - color contains mainly: blue. Hex color #BC58F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC58F4 is #43A70B. Grayscale: #878787. Windows color (decimal): -4433676 or 16013500. OLE color: 16013500.

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

Color convert

RGB18888244-
CMYK0.230.6400.04
HSL278.46º87.64%65.1%-
HSV(B)278.46º63.93%95.69%-
XYZ40.5624.288.12-
YUV135.68189.13165.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 88 (34.77% from 255) = 16.92%
BLUE value IS 244 (95.70% from 255) = 46.92%
R=36.15%
G=16.92%
B=46.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal188882440.230.6400.04278.4687.6465.1
HexBC58F41740041165841
Octal2741303642710004426130101
Binary10111100101100011110100101111000000010010001011010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC58F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC58F4; }

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

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

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

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

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

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

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

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