#BC45F1

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

Shades of Medium Orchid #BC45F1

Tints of Medium Orchid #BC45F1

Color information

#BC45F1 (or 0xBC45F1) is unknown color: approx Medium Orchid. HEX triplet: BC, 45 and F1. RGB value is (188,69,241). Sum of RGB (Red+Green+Blue) = 188+69+241=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 69 (27.34% from 255 or 13.86% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC45F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC45F1 is #43BA0E. Grayscale: #7B7B7B. Windows color (decimal): -4438543 or 15812028. OLE color: 15812028.

HSL color Cylindrical-coordinate representation of color #BC45F1: hue angle of 281.51º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC45F1 is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18869241-
CMYK0.220.7100.05
HSL281.51º86%60.78%-
HSV(B)281.51º71.37%94.51%-
XYZ38.7421.385.29-
YUV124.19193.92173.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 69 (27.34% from 255) = 13.86%
BLUE value IS 241 (94.53% from 255) = 48.39%
R=37.75%
G=13.86%
B=48.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal188692410.220.7100.05281.518660.78
HexBC45F116470511a563d
Octal274105361261070543212675
Binary1011110010001011111000110110100011101011000110101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC45F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC45F1; }

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

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

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

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

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

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

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

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