#BC41F6

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

Shades of Medium Orchid #BC41F6

Tints of Medium Orchid #BC41F6

Color information

#BC41F6 (or 0xBC41F6) is unknown color: approx Medium Orchid. HEX triplet: BC, 41 and F6. RGB value is (188,65,246). Sum of RGB (Red+Green+Blue) = 188+65+246=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 65 (25.78% from 255 or 13.03% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC41F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC41F6 is #43BE09. Grayscale: #797979. Windows color (decimal): -4439562 or 16138684. OLE color: 16138684.

HSL color Cylindrical-coordinate representation of color #BC41F6: hue angle of 280.77º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC41F6 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18865246-
CMYK0.240.7400.04
HSL280.77º90.95%60.98%-
HSV(B)280.77º73.58%96.47%-
XYZ39.2621.1389.2-
YUV122.41197.75174.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 65 (25.78% from 255) = 13.03%
BLUE value IS 246 (96.48% from 255) = 49.30%
R=37.68%
G=13.03%
B=49.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal188652460.240.7400.04280.7790.9560.98
HexBC41F6184A041195b3d
Octal274101366301120443113375
Binary1011110010000011111011011000100101001001000110011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC41F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC41F6; }

 p { color: rgb(188,65,246); }

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

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

 a { background-color: rgb(188,65,246); }

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

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

 span { border-color: rgb(188,65,246); }

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