#BC40D1

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

Shades of Medium Orchid #BC40D1

Tints of Medium Orchid #BC40D1

Color information

#BC40D1 (or 0xBC40D1) is unknown color: approx Medium Orchid. HEX triplet: BC, 40 and D1. RGB value is (188,64,209). Sum of RGB (Red+Green+Blue) = 188+64+209=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC40D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40D1 is #43BF2E. Grayscale: #757575. Windows color (decimal): -4439855 or 13713596. OLE color: 13713596.

HSL color Cylindrical-coordinate representation of color #BC40D1: hue angle of 291.31º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC40D1 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18864209-
CMYK0.100.6900.18
HSL291.31º61.18%53.53%-
HSV(B)291.31º69.38%81.96%-
XYZ34.0818.9662.19-
YUV117.61179.58178.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 64 (25.39% from 255) = 13.88%
BLUE value IS 209 (82.03% from 255) = 45.34%
R=40.78%
G=13.88%
B=45.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal188642090.100.6900.18291.3161.1853.53
HexBC40D1A450121233d36
Octal274100321121050224437566
Binary1011110010000001101000110101000101010010100100011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC40D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC40D1; }

 p { color: rgb(188,64,209); }

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

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

 a { background-color: rgb(188,64,209); }

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

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

 span { border-color: rgb(188,64,209); }

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