#BD73DA

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

Shades of Medium Orchid #BD73DA

Tints of Medium Orchid #BD73DA

Color information

#BD73DA (or 0xBD73DA) is unknown color: approx Medium Orchid. HEX triplet: BD, 73 and DA. RGB value is (189,115,218). Sum of RGB (Red+Green+Blue) = 189+115+218=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD73DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73DA is #428C25. Grayscale: #949494. Windows color (decimal): -4361254 or 14316477. OLE color: 14316477.

HSL color Cylindrical-coordinate representation of color #BD73DA: hue angle of 283.11º degrees, saturation: 0.58, 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 #BD73DA is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189115218-
CMYK0.130.4700.15
HSL283.11º58.19%65.29%-
HSV(B)283.11º47.25%85.49%-
XYZ39.7728.1469.67-
YUV148.87167.02156.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 115 (45.31% from 255) = 22.03%
BLUE value IS 218 (85.55% from 255) = 41.76%
R=36.21%
G=22.03%
B=41.76%

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
Decimal1891152180.130.4700.15283.1158.1965.29
HexBD73DAD2F0F11b3a41
Octal275163332155701743372101
Binary101111011110011110110101101101111011111000110111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD73DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD73DA; }

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

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

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

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

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

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

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

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