#BC45EF

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

Shades of Medium Orchid #BC45EF

Tints of Medium Orchid #BC45EF

Color information

#BC45EF (or 0xBC45EF) is unknown color: approx Medium Orchid. HEX triplet: BC, 45 and EF. RGB value is (188,69,239). Sum of RGB (Red+Green+Blue) = 188+69+239=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 69 (27.34% from 255 or 13.91% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC45EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC45EF is #43BA10. Grayscale: #7B7B7B. Windows color (decimal): -4438545 or 15680956. OLE color: 15680956.

HSL color Cylindrical-coordinate representation of color #BC45EF: hue angle of 282º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC45EF is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18869239-
CMYK0.210.7100.06
HSL282º84.16%60.39%-
HSV(B)282º71.13%93.73%-
XYZ38.4521.1883.72-
YUV123.96192.92173.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 69 (27.34% from 255) = 13.91%
BLUE value IS 239 (93.75% from 255) = 48.19%
R=37.90%
G=13.91%
B=48.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal188692390.210.7100.0628284.1660.39
HexBC45EF15470611a543c
Octal274105357251070643212474
Binary1011110010001011110111110101100011101101000110101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC45EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC45EF; }

 p { color: rgb(188,69,239); }

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

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

 a { background-color: rgb(188,69,239); }

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

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

 span { border-color: rgb(188,69,239); }

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