#BC4FFA

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

Shades of Medium Orchid #BC4FFA

Tints of Medium Orchid #BC4FFA

Color information

#BC4FFA (or 0xBC4FFA) is unknown color: approx Medium Orchid. HEX triplet: BC, 4F and FA. RGB value is (188,79,250). Sum of RGB (Red+Green+Blue) = 188+79+250=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 79 (31.25% from 255 or 15.28% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC4FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4FFA is #43B005. Grayscale: #828282. Windows color (decimal): -4435974 or 16404412. OLE color: 16404412.

HSL color Cylindrical-coordinate representation of color #BC4FFA: hue angle of 278.25º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC4FFA is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18879250-
CMYK0.250.6800.02
HSL278.25º94.48%64.51%-
HSV(B)278.25º68.4%98.04%-
XYZ40.7923.1992.77-
YUV131.08195.11168.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 79 (31.25% from 255) = 15.28%
BLUE value IS 250 (98.05% from 255) = 48.36%
R=36.36%
G=15.28%
B=48.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal188792500.250.6800.02278.2594.4864.51
HexBC4FFA1944021165e41
Octal2741173723110402426136101
Binary1011110010011111111101011001100010001010001011010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4FFA; }

 p { color: rgb(188,79,250); }

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

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

 a { background-color: rgb(188,79,250); }

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

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

 span { border-color: rgb(188,79,250); }

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