#BC4FF6

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

Shades of Medium Orchid #BC4FF6

Tints of Medium Orchid #BC4FF6

Color information

#BC4FF6 (or 0xBC4FF6) is unknown color: approx Medium Orchid. HEX triplet: BC, 4F and F6. RGB value is (188,79,246). Sum of RGB (Red+Green+Blue) = 188+79+246=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 79 (31.25% from 255 or 15.40% from 513); Blue value is 246 (96.48% from 255 or 47.95% from 513); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC4FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4FF6 is #43B009. Grayscale: #828282. Windows color (decimal): -4435978 or 16142268. OLE color: 16142268.

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

Color convert

RGB18879246-
CMYK0.240.6800.04
HSL279.16º90.27%63.73%-
HSV(B)279.16º67.89%96.47%-
XYZ40.1722.9489.5-
YUV130.63193.11168.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.65%
GREEN value IS 79 (31.25% from 255) = 15.40%
BLUE value IS 246 (96.48% from 255) = 47.95%
R=36.65%
G=15.40%
B=47.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal188792460.240.6800.04279.1690.2763.73
HexBC4FF61844041175a40
Octal2741173663010404427132100
Binary10111100100111111110110110001000100010010001011110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4FF6; }

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

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

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

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

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

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

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

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