#BC45DC

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

Shades of Medium Orchid #BC45DC

Tints of Medium Orchid #BC45DC

Color information

#BC45DC (or 0xBC45DC) is unknown color: approx Medium Orchid. HEX triplet: BC, 45 and DC. RGB value is (188,69,220). Sum of RGB (Red+Green+Blue) = 188+69+220=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC45DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45DC is #43BA23. Grayscale: #797979. Windows color (decimal): -4438564 or 14435772. OLE color: 14435772.

HSL color Cylindrical-coordinate representation of color #BC45DC: hue angle of 287.28º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC45DC is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18869220-
CMYK0.150.6900.14
HSL287.28º68.33%56.67%-
HSV(B)287.28º68.64%86.27%-
XYZ35.7920.1169.71-
YUV121.8183.42175.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 69 (27.34% from 255) = 14.47%
BLUE value IS 220 (86.33% from 255) = 46.12%
R=39.41%
G=14.47%
B=46.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal188692200.150.6900.14287.2868.3356.67
HexBC45DCF450E11f4439
Octal2741053341710501643710471
Binary1011110010001011101110011111000101011101000111111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC45DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC45DC; }

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

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

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

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

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

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

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

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