#BD73D5

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

Shades of Medium Orchid #BD73D5

Tints of Medium Orchid #BD73D5

Color information

#BD73D5 (or 0xBD73D5) is unknown color: approx Medium Orchid. HEX triplet: BD, 73 and D5. RGB value is (189,115,213). Sum of RGB (Red+Green+Blue) = 189+115+213=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD73D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73D5 is #428C2A. Grayscale: #939393. Windows color (decimal): -4361259 or 13988797. OLE color: 13988797.

HSL color Cylindrical-coordinate representation of color #BD73D5: hue angle of 285.31º 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 #BD73D5 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189115213-
CMYK0.110.4600.16
HSL285.31º53.85%64.31%-
HSV(B)285.31º46.01%83.53%-
XYZ39.1327.8866.27-
YUV148.3164.52157.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.56%
GREEN value IS 115 (45.31% from 255) = 22.24%
BLUE value IS 213 (83.59% from 255) = 41.20%
R=36.56%
G=22.24%
B=41.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891152130.110.4600.16285.3153.8564.31
HexBD73D5B2E01011d3640
Octal275163325135602043566100
Binary1011110111100111101010110111011100100001000111011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD73D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD73D5; }

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

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

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

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

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

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

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

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