#BC45D7

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

Shades of Medium Orchid #BC45D7

Tints of Medium Orchid #BC45D7

Color information

#BC45D7 (or 0xBC45D7) is unknown color: approx Medium Orchid. HEX triplet: BC, 45 and D7. RGB value is (188,69,215). Sum of RGB (Red+Green+Blue) = 188+69+215=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC45D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45D7 is #43BA28. Grayscale: #787878. Windows color (decimal): -4438569 or 14108092. OLE color: 14108092.

HSL color Cylindrical-coordinate representation of color #BC45D7: hue angle of 288.9º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC45D7 is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18869215-
CMYK0.130.6800.16
HSL288.9º64.6%55.69%-
HSV(B)288.9º67.91%84.31%-
XYZ35.1319.8566.27-
YUV121.22180.92175.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 69 (27.34% from 255) = 14.62%
BLUE value IS 215 (84.38% from 255) = 45.55%
R=39.83%
G=14.62%
B=45.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188692150.130.6800.16288.964.655.69
HexBC45D7D440101214138
Octal2741053271510402044110170
Binary10111100100010111010111110110001000100001001000011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC45D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC45D7; }

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

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

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

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

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

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

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

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