#BC55E1

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

Shades of Medium Orchid #BC55E1

Tints of Medium Orchid #BC55E1

Color information

#BC55E1 (or 0xBC55E1) is unknown color: approx Medium Orchid. HEX triplet: BC, 55 and E1. RGB value is (188,85,225). Sum of RGB (Red+Green+Blue) = 188+85+225=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 225 (88.28% from 255 or 45.18% from 498); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC55E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC55E1 is #43AA1E. Grayscale: #838383. Windows color (decimal): -4434463 or 14767548. OLE color: 14767548.

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

Color convert

RGB18885225-
CMYK0.160.6200.12
HSL284.14º70%60.78%-
HSV(B)284.14º62.22%88.24%-
XYZ37.5822.6273.62-
YUV131.76180.62168.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 85 (33.59% from 255) = 17.07%
BLUE value IS 225 (88.28% from 255) = 45.18%
R=37.75%
G=17.07%
B=45.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal188852250.160.6200.12284.147060.78
HexBC55E1103E0C11c463d
Octal274125341207601443410675
Binary1011110010101011110000110000111110011001000111001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC55E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC55E1; }

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

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

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

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

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

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

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

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