#BC73D5

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

Shades of Medium Orchid #BC73D5

Tints of Medium Orchid #BC73D5

Color information

#BC73D5 (or 0xBC73D5) is unknown color: approx Medium Orchid. HEX triplet: BC, 73 and D5. RGB value is (188,115,213). Sum of RGB (Red+Green+Blue) = 188+115+213=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC73D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73D5 is #438C2A. Grayscale: #939393. Windows color (decimal): -4426795 or 13988796. OLE color: 13988796.

HSL color Cylindrical-coordinate representation of color #BC73D5: hue angle of 284.69º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC73D5 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188115213-
CMYK0.120.4600.16
HSL284.69º53.85%64.31%-
HSV(B)284.69º46.01%83.53%-
XYZ38.8827.7666.26-
YUV148164.68156.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.43%
GREEN value IS 115 (45.31% from 255) = 22.29%
BLUE value IS 213 (83.59% from 255) = 41.28%
R=36.43%
G=22.29%
B=41.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881152130.120.4600.16284.6953.8564.31
HexBC73D5C2E01011d3640
Octal274163325145602043566100
Binary1011110011100111101010111001011100100001000111011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC73D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC73D5; }

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

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

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

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

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

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

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

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