#BD73D6

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

Shades of Medium Orchid #BD73D6

Tints of Medium Orchid #BD73D6

Color information

#BD73D6 (or 0xBD73D6) is unknown color: approx Medium Orchid. HEX triplet: BD, 73 and D6. RGB value is (189,115,214). Sum of RGB (Red+Green+Blue) = 189+115+214=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD73D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73D6 is #428C29. Grayscale: #949494. Windows color (decimal): -4361258 or 14054333. OLE color: 14054333.

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

Color convert

RGB189115214-
CMYK0.120.4600.16
HSL284.85º54.7%64.51%-
HSV(B)284.85º46.26%83.92%-
XYZ39.2527.9466.94-
YUV148.41165.02156.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.49%
GREEN value IS 115 (45.31% from 255) = 22.20%
BLUE value IS 214 (83.98% from 255) = 41.31%
R=36.49%
G=22.20%
B=41.31%

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
Decimal1891152140.120.4600.16284.8554.764.51
HexBD73D6C2E01011d3741
Octal275163326145602043567101
Binary1011110111100111101011011001011100100001000111011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD73D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD73D6; }

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

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

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

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

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

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

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

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