#BC50FE

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

Shades of Medium Orchid #BC50FE

Tints of Medium Orchid #BC50FE

Color information

#BC50FE (or 0xBC50FE) is unknown color: approx Medium Orchid. HEX triplet: BC, 50 and FE. RGB value is (188,80,254). Sum of RGB (Red+Green+Blue) = 188+80+254=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC50FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC50FE is #43AF01. Grayscale: #838383. Windows color (decimal): -4435714 or 16666812. OLE color: 16666812.

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

Color convert

RGB18880254-
CMYK0.260.6900.00
HSL277.24º98.86%65.49%-
HSV(B)277.24º68.5%99.61%-
XYZ41.523.5896.13-
YUV132.13196.78167.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 80 (31.64% from 255) = 15.33%
BLUE value IS 254 (99.61% from 255) = 48.66%
R=36.02%
G=15.33%
B=48.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal188802540.260.6900.00277.2498.8665.49
HexBC50FE1A45001156341
Octal2741203763210500425143101
Binary101111001010000111111101101010001010010001010111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC50FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC50FE; }

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

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

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

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

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

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

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

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