#BC73D9

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

Shades of Medium Orchid #BC73D9

Tints of Medium Orchid #BC73D9

Color information

#BC73D9 (or 0xBC73D9) is unknown color: approx Medium Orchid. HEX triplet: BC, 73 and D9. RGB value is (188,115,217). Sum of RGB (Red+Green+Blue) = 188+115+217=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC73D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73D9 is #438C26. Grayscale: #949494. Windows color (decimal): -4426791 or 14250940. OLE color: 14250940.

HSL color Cylindrical-coordinate representation of color #BC73D9: hue angle of 282.94º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC73D9 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188115217-
CMYK0.130.4700.15
HSL282.94º57.3%65.1%-
HSV(B)282.94º47%85.1%-
XYZ39.3927.9668.97-
YUV148.45166.68156.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 115 (45.31% from 255) = 22.12%
BLUE value IS 217 (85.16% from 255) = 41.73%
R=36.15%
G=22.12%
B=41.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881152170.130.4700.15282.9457.365.1
HexBC73D9D2F0F11b3941
Octal274163331155701743371101
Binary101111001110011110110011101101111011111000110111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC73D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC73D9; }

 p { color: rgb(188,115,217); }

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

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

 a { background-color: rgb(188,115,217); }

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

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

 span { border-color: rgb(188,115,217); }

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