#BC54E1

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

Shades of Medium Orchid #BC54E1

Tints of Medium Orchid #BC54E1

Color information

#BC54E1 (or 0xBC54E1) is unknown color: approx Medium Orchid. HEX triplet: BC, 54 and E1. RGB value is (188,84,225). Sum of RGB (Red+Green+Blue) = 188+84+225=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC54E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54E1 is #43AB1E. Grayscale: #828282. Windows color (decimal): -4434719 or 14767292. OLE color: 14767292.

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

Color convert

RGB18884225-
CMYK0.160.6300.12
HSL284.26º70.15%60.59%-
HSV(B)284.26º62.67%88.24%-
XYZ37.522.4773.59-
YUV131.17180.96168.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.83%
GREEN value IS 84 (33.20% from 255) = 16.90%
BLUE value IS 225 (88.28% from 255) = 45.27%
R=37.83%
G=16.90%
B=45.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal188842250.160.6300.12284.2670.1560.59
HexBC54E1103F0C11c463d
Octal274124341207701443410675
Binary1011110010101001110000110000111111011001000111001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC54E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC54E1; }

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

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

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

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

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

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

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

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