#BC50E1

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

Shades of Medium Orchid #BC50E1

Tints of Medium Orchid #BC50E1

Color information

#BC50E1 (or 0xBC50E1) is unknown color: approx Medium Orchid. HEX triplet: BC, 50 and E1. RGB value is (188,80,225). Sum of RGB (Red+Green+Blue) = 188+80+225=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC50E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC50E1 is #43AF1E. Grayscale: #808080. Windows color (decimal): -4435743 or 14766268. OLE color: 14766268.

HSL color Cylindrical-coordinate representation of color #BC50E1: hue angle of 284.69º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC50E1 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18880225-
CMYK0.160.6400.12
HSL284.69º70.73%59.8%-
HSV(B)284.69º64.44%88.24%-
XYZ37.221.8673.49-
YUV128.82182.28170.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 80 (31.64% from 255) = 16.23%
BLUE value IS 225 (88.28% from 255) = 45.64%
R=38.13%
G=16.23%
B=45.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal188802250.160.6400.12284.6970.7359.8
HexBC50E110400C11d473c
Octal2741203412010001443510774
Binary10111100101000011100001100001000000011001000111011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC50E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC50E1; }

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

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

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

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

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

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

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

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