#BC46FE

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

Shades of Medium Orchid #BC46FE

Tints of Medium Orchid #BC46FE

Color information

#BC46FE (or 0xBC46FE) is unknown color: approx Medium Orchid. HEX triplet: BC, 46 and FE. RGB value is (188,70,254). Sum of RGB (Red+Green+Blue) = 188+70+254=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 70 (27.73% from 255 or 13.67% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC46FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC46FE is #43B901. Grayscale: #7D7D7D. Windows color (decimal): -4438274 or 16664252. OLE color: 16664252.

HSL color Cylindrical-coordinate representation of color #BC46FE: hue angle of 278.48º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC46FE is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18870254-
CMYK0.260.7200.00
HSL278.48º98.92%63.53%-
HSV(B)278.48º72.44%99.61%-
XYZ40.8222.2395.9-
YUV126.26200.09172.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.72%
GREEN value IS 70 (27.73% from 255) = 13.67%
BLUE value IS 254 (99.61% from 255) = 49.61%
R=36.72%
G=13.67%
B=49.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal188702540.260.7200.00278.4898.9263.53
HexBC46FE1A48001166340
Octal2741063763211000426143100
Binary101111001000110111111101101010010000010001011011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC46FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC46FE; }

 p { color: rgb(188,70,254); }

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

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

 a { background-color: rgb(188,70,254); }

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

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

 span { border-color: rgb(188,70,254); }

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